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
Using n_@1.4.4 and node@7.4.0, (almost) any input results in this warning being printed:
DeprecationWarning: Calling an asynchronous function without callback is deprecated.
The text was updated successfully, but these errors were encountered:
The repl.history module, which n_ uses to persist its repl history, writes to the file without providing a callback: https://github.com/tmpvar/repl.history/blob/master/index.js#L15
I will report it there, probably send a PR. This should be resolved quickly.
tmpvar/repl.history#10
Sorry, something went wrong.
The PR has been accepted and a new version of repl.history has been published. tmpvar/repl.history#11 (comment) You can now reinstall n_ and the warning will be gone.
No branches or pull requests
Using n_@1.4.4 and node@7.4.0, (almost) any input results in this warning being printed:
DeprecationWarning: Calling an asynchronous function without callback is deprecated.
The text was updated successfully, but these errors were encountered: