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
import why from 'why-is-node-running' import sourceMapSupport from 'source-map-support' sourceMapSupport.install() why()
which produces this error:
# SIGNALWRAP node:internal/async_hooks:201 node:internal/process/signal:26 /var/app/recovery-unified-api/node_modules/source-map-support/source-map-support.js:516 - return origEmit.apply(this, arguments); file:///var/app/recovery-unified-api/dest/index.js:19 node:internal/process/task_queues:96
it would be nice if there was simply a function to uninstall:
sourceMapSupport.uninstall()
Or just something that would stop the signal.
The text was updated successfully, but these errors were encountered:
evanw#309 Add uninstall function
1f71b3a
85e6f53
Successfully merging a pull request may close this issue.
which produces this error:
it would be nice if there was simply a function to uninstall:
Or just something that would stop the signal.
The text was updated successfully, but these errors were encountered: