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
Fix: formatting in prepareStackTrace when error isn't of instance Error
console.trace sends on object with name and message instead of an Error,
thus rendering the function unusable due to erroneous message output of
"[object Object]". This fixes#195
0 commit comments