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
$ deno repl --unstable --compat Deno 1.17.0+ac06797 exit using ctrl+d or close() > process.on("exit", () => console.log("exit")); process.exit(); exit exit
This causes npm error at exit
npm
The text was updated successfully, but these errors were encountered:
I think I know what's the problem. I'll look into it.
Sorry, something went wrong.
bartlomieju
Successfully merging a pull request may close this issue.
This causes
npm
error at exitThe text was updated successfully, but these errors were encountered: