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
This way, at least all JS environments agree on what they do with
`console.error()`, which is to merge it with `console.log()` and
send everything to the `console: JSConsole` (which is the standard
output by default).
A deeper fix would allow to separately configure stdout and stderr,
but that can only be done in Scala.js 1.x in the context of the
redesign of `JSEnv`s scala-js/scala-js#3033.
0 commit comments