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
exiting stuff is complicated, we should likely teach how it works in node, and then explain how to use this library successfully in-light of the nodisms. Also documenting it, may lead someone to point out what we missed.
some confusions we likely need to be sure to cover:
exiting stuff is complicated, we should likely teach how it works in node, and then explain how to use this library successfully in-light of the nodisms. Also documenting it, may lead someone to point out what we missed.
some confusions we likely need to be sure to cover:
process.exit
usage not consistent betweenonExit
andon('exit'
#12process.on('SIGINT', ...)
handlers sindresorhus/ora#27We should also describe in full detail the various rules and lifecycle events and how/when they fire, and how this library works with them.
The text was updated successfully, but these errors were encountered: