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
Currently, only the first frame is shown:
# src/foo/bar/baz.js:37 assert(_.isArray(nodes) && nodes.length > 0 && _.every(nodes, node => node instanceof Node)) | | | | | | | | | | | | | | | false | | | | [] 0 false | true [] false #function#
Is it possible to get all the frames that led to that assertion? That would be really helpful.
e.g.
# src/foo/bar/baz.js:37 assert(_.isArray(nodes) && nodes.length > 0 && _.every(nodes, node => node instanceof Node)) | | | | | | | | | | | | | | | false | | | | [] 0 false | true [] false #function# at src/foo/hello_you.js:45 at src/foo/hello.js:154 at src/foo/greeting.js:48
Thank you
The text was updated successfully, but these errors were encountered:
@OoDeLally Thank you for your question. Would you give me a bit more information?
Since stack traces are automatically suppressed under some environments Thanks.
Sorry, something went wrong.
No branches or pull requests
Currently, only the first frame is shown:
Is it possible to get all the frames that led to that assertion? That would be really helpful.
e.g.
Thank you
The text was updated successfully, but these errors were encountered: