Skip to content

Commit 98b3de9

Browse files
committed
Dump tex log by reading file
... to also detect encoding issues.
1 parent abbfb98 commit 98b3de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

latextools/utils/tex_log.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,5 +262,5 @@ def run(self):
262262
if syntax.name != "LaTeXTools Log":
263263
print("View has wrong syntax assigned, cancelling!")
264264
return
265-
for item in chain(*parse_log_view(view)):
265+
for item in chain(*parse_log_file(view.file_name())):
266266
print(item)

0 commit comments

Comments
 (0)