full page error when calling console.error in a catch statement in dev mode
Answered
Orinoco Crocodile posted this in #help-forum
Orinoco CrocodileOP
when i call console.error, i expect it to print to the console but not the full page error since it’s a caught exception. this is how it works when i use console.log. is this a next dev mode patch to show the full page error when calling console.error in a catch statement? i do get the error type and message from the uncaught error, not the logged one
2 Replies
Answer
Orinoco CrocodileOP
figured it out