Commit c182410
committed
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.1 parent 381b967 commit c182410
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
547 | 547 | | |
548 | 548 | | |
549 | 549 | | |
550 | | - | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
551 | 553 | | |
552 | 554 | | |
553 | 555 | | |
| |||
0 commit comments