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
The exit codes from xsnap sub-processes are somewhat hidden in error.message strings in the xsnap JS API.
xsnap
noted in #2681 (review)
add an error.code property
?
update tests that check for message: /exited with code 7/
message: /exited with code 7/
cc @kriskowal
The text was updated successfully, but these errors were encountered:
fixed in db3daaa
Sorry, something went wrong.
No branches or pull requests
What is the Problem Being Solved?
The exit codes from
xsnap
sub-processes are somewhat hidden in error.message strings in the xsnap JS API.noted in #2681 (review)
Description of the Design
add an error.code property
Security Considerations
?
Test Plan
update tests that check for
message: /exited with code 7/
cc @kriskowal
The text was updated successfully, but these errors were encountered: