Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

temporary directory clean up #3

Open
rolfn opened this issue May 28, 2014 · 1 comment
Open

temporary directory clean up #3

rolfn opened this issue May 28, 2014 · 1 comment

Comments

@rolfn
Copy link

rolfn commented May 28, 2014

The current version of "node-latex" uses version 0.5.x of the module "temp". This version automatically removed the tempory directory at exit (maybe your explicit remove calls aren't necessary?). Sometimes for debugging it would be helpful if the temporary directory is not deleted at the end. I suggest an additional parameter "keep" for the options object which defaults to false. In the current version of "temp" "track()" or "cleanup()" must be called explicitly for clean up. Thanks.

...Rolf

@mikolalysenko
Copy link
Owner

This seems like a reasonable thing. If you want to take a crack at fixing it, I would accept a pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants