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
No description provided.
The text was updated successfully, but these errors were encountered:
this may be as simple as introducing a getter for signalCode which is a pass through to process.signalCode
signalCode
process.signalCode
Sorry, something went wrong.
thatd be nice, but i just noticed i worded the feature request wrong 😅 i meant more of exposing it when spawn errors get thrown but that can work too
when a spawn fails, it won't be a signal but will be a regular JS exception (e.g. if the command doesn't exist)
when the command does exist but exits for some reason, process.signalCode will tell you why
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: