This repository was archived by the owner on May 1, 2020. It is now read-only.
Commit 16f0539
committed
Using cross-spawn as a drop-in for child_process
Until nodejs/node-v0.x-archive#2318 is resolved, opting for `cross-spawn` instead of
using `child_process` directly to provide better windows compatibility.
Resolves #301 parent a108ca3 commit 16f0539
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments