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

Calling an asynchronous function without callback is deprecated. #89

Closed
wtgtybhertgeghgtwtg opened this issue Oct 28, 2016 · 3 comments
Closed

Comments

@wtgtybhertgeghgtwtg
Copy link

On node@7.0.0 when fs.unlink is invoked. I think you're supposed to use fs.unlinkSync.

@sholladay
Copy link
Contributor

sholladay commented Nov 8, 2016

Sync would work. Could also just use a noop callback to avoid blocking the event loop.

@vizo
Copy link
Contributor

vizo commented Nov 9, 2016

@wtgtybhertgeghgtwtg
Copy link
Author

Closed with #91.

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

3 participants