-
Notifications
You must be signed in to change notification settings - Fork 93
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
API feature request: tmp.forceCleanup([...names]) #172
Comments
@Streemo which version of node and tmp are you using, which OS? Normally, this should be handled automatically when you call tmp.setGracefulCleanup(), see https://github.com/raszi/node-tmp#graceful-cleanup Otherwise, and this is for debugging, it will keep the temporary files on process exit. |
node: 10.1.0 The problem was that (even if |
Apparently,
node-tmp
doesn't properly cleanup in some situations. It would be nice to have a method ontmp
like this:usage:
what i'll probably do currently (a hack...):
The text was updated successfully, but these errors were encountered: