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
Use the executable "nodejs" when testing Scala.js.
Scala.js will change its default runner from Rhino to Node.js in
0.6.13 (see scala-js/scala-js#2579).
By default, it looks for an executable called `"node"`, but on
the community build infrastructure, Node.js is called `"nodejs"`.
This commit instructs Scala.js to use `"nodejs"` instead.
0 commit comments