Commit 52c8510
committed
Mitigate scala-js/scala-js#3206: Send stderr of Node.js to the
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.JSConsole.1 parent 44cd5ab commit 52c8510
1 file changed
+2
-6
lines changedLines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | 101 | | |
107 | 102 | | |
108 | 103 | | |
| |||
125 | 120 | | |
126 | 121 | | |
127 | 122 | | |
| 123 | + | |
128 | 124 | | |
129 | 125 | | |
130 | 126 | | |
| |||
0 commit comments