We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On node@7.0.0 when fs.unlink is invoked. I think you're supposed to use fs.unlinkSync.
node@7.0.0
fs.unlink
fs.unlinkSync
The text was updated successfully, but these errors were encountered:
Sync would work. Could also just use a noop callback to avoid blocking the event loop.
Sorry, something went wrong.
PR https://github.com/andris9/pem/pull/91
Closed with #91.
No branches or pull requests
On
node@7.0.0
whenfs.unlink
is invoked. I think you're supposed to usefs.unlinkSync
.The text was updated successfully, but these errors were encountered: