You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current time, when you do console.log(new Error('tetest')) it only logs the error message in the console.
It would be much better if it behaved like node where it would also log the error stack. RIght now in all my app i always to add a second console argument with the error.stack