-
Notifications
You must be signed in to change notification settings - Fork 42
0.23.3 is removing the output PDF #80
Comments
I seem to run into the same issue. |
Thanks for reporting this so quickly. Seems like an unintended side-effect of my attempt to work around the breaking change in fs-plus that lead to v0.23.3 [see https://github.com//issues/78#issuecomment-101043492]. |
Since the breaking change in $ rm -r node_modules
$ apm install I'm hoping to get a fix published in |
@nscaife @thedataking Are either of you able to consistently reproduce this? I've been unable to reproduce with any of the versions of |
@thomasjo I can reproduce it every time. |
Removing the |
@nscaife Thanks for the update. I've managed to reproduce the problem when not using the |
@thomasjo Thanks, as always! 😄 |
Just published v0.23.4 which hopefully resolves the issue. I added some new tests to guard against future regressions. |
Working now, thanks again @thomasjo! |
Works for me too (after restarting Atom). Thanks for fixing this so quickly @thomasjo! |
When building the TeX file, I briefly see the PDF appear in the Atom file list on the left, then it disappears. The log shows that the file is being created successfully. I'm getting the following errors in the console:
I stepped through the package with the debugger, and it looks like the PDF is removed after the execution of this line:
fs.moveSync(originalSyncFilePath, syncFilePath);
The text was updated successfully, but these errors were encountered: