Skip to content

Commit

Permalink
Fix missing newline in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jlelong committed May 31, 2022
1 parent beca190 commit 8622fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/parser/compilerlog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { BibLogParser } from './biblogparser'

// Notice that 'Output written on filename.pdf' isn't output in draft mode.
// https://github.com/James-Yu/LaTeX-Workshop/issues/2893#issuecomment-936312853
const latexPattern = /^Output\swritten\son\s(.*)\s\(.*\)\.$/gm
const latexPattern = /^Output\swritten\son\s(.*)\s\(.*\)\.(?:SyncTeX written on .*)?$/gm
const latexFatalPattern = /Fatal error occurred, no output PDF file produced!/gm

const latexmkPattern = /^Latexmk:\sapplying\srule/gm
Expand Down

0 comments on commit 8622fd4

Please sign in to comment.