Skip to content

Better error message, with stack #276

Answered by ghost
amunhoz asked this question in Q&A
Discussion options

You must be logged in to vote

I have a very hard time understanding how things could be any more clear:

/home/alexhultman/HelloWorld.js:14
consoles.logz();
^

ReferenceError: consoles is not defined
    at /home/alexhultman/HelloWorld.js:14:1

This is the stack trace. It is very shallow because, well, the stack is this shallow at this particular point.

Replies: 7 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #276 on December 09, 2020 03:33.