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
Bind err to console.error rather than console.warn (#19326)
Now that we have `dbg()` for debug output (see #19126) we can redirect
`err()` to `console.error()` so that folks who call `err()` will get a
full stack trace in devtools.
0 commit comments