We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Hello,
I guess with this commit : e06c75c
Error stacktrace is missing outside repl context too. For example, when I was working on this PR : #17
I noticed when assertions failed, the stack trace was missing. I saw only the below:
assert.js:269 throw err; ^ AssertionError [ERR_ASSERTION]: should throw syntax error at
The text was updated successfully, but these errors were encountered:
This was fixed in f4f203e
Sorry, something went wrong.
No branches or pull requests
Hello,
I guess with this commit : e06c75c
Error stacktrace is missing outside repl context too. For example, when I was working on this PR : #17
I noticed when assertions failed, the stack trace was missing. I saw only the below:
The text was updated successfully, but these errors were encountered: