mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Add comment
This commit is contained in:
parent
2811f76039
commit
6f207b37ed
@ -407,8 +407,12 @@ int LaTeX::run(TeXErrors & terr)
|
||||
// Write the dependencies to file.
|
||||
head.write(depfile);
|
||||
|
||||
if (exit_code)
|
||||
if (exit_code) {
|
||||
// add flag here, just before return, instead of when exit_code
|
||||
// is defined because scanres is sometimes overwritten above
|
||||
// (e.g. rerun)
|
||||
scanres |= NONZERO_ERROR;
|
||||
}
|
||||
|
||||
LYXERR(Debug::LATEX, "Done.");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user