-
Notifications
You must be signed in to change notification settings - Fork 759
New issue
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
runCode callback exception attr doc is wrong #70
Comments
This comment may explain the revert: #49 (comment) |
|
Is this supposed to be like a process exit code, where a nonzero value indicates failure? If so, the readme needs to be fixed, because it says
|
yep exactly! Could you update the readme? |
But it's still backwards, right?
That's not what it does. If it fails, it's |
I'm confusing myself here :P so lets look at the yellowpaper
μ'ₛ[0] is the item that is placed onto the stack |
This is what
runCode.js
looks like now:It seems to me that this logic is backwards, and should be
But I'm also not sure why it isn't a boolean, as the documentation says it should be.
44d096a fixed this and closed #48, but then it got reverted. I can't tell why.
The text was updated successfully, but these errors were encountered: