Nodejs not showing error in the console. #47143
Unanswered
luissalitrero
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a simple function where I am logging something, I used an undefined variable for labeling the log, then I run the script and nothing is displayed in the console:
The first log uses the variable curmethCIIAAE while the second log uses curMethGAR, which is not defined.
The last line logged in the console for the failing function is the one with the triple zero "-000--", after that, I see more logs for the function that called the failing function.
I am using Nodejs version v14.21.3 on a computer running Windows 10.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions