You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As this wonderful package deals with such sensitive things as life and death of a process and does patching sensitive globals, I think it would be great if its actions could be traced if something goes wrong.
(Inspired by debugging of #80)
As this wonderful package deals with such sensitive things as life and death of a process and does patching sensitive globals, I think it would be great if its actions could be traced if something goes wrong.
e.g. if you use https://www.npmjs.com/package/debug, then
DEBUG=signal-exit node app.js
could reveal important things in log
tracing variety could be (including but not limited to):
The text was updated successfully, but these errors were encountered: