cross-spawn makes spawn work on windows, sweet! #422
This commit is contained in:
parent
6700967ca9
commit
a7face3a7f
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
var util = require('../util'),
|
||||
fs = require('fs-extra'),
|
||||
spawn = require('child_process').spawn,
|
||||
spawn = require('cross-spawn'),
|
||||
config = require('../conf'),
|
||||
path = require('path'),
|
||||
log = require('winston'),
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
* and other contributors
|
||||
* Released under the Apache 2.0 License
|
||||
*/
|
||||
var spawn = require('child_process').spawn,
|
||||
var spawn = require('cross-spawn'),
|
||||
path = require('path'),
|
||||
config = require('./conf'),
|
||||
urlParser = require('url'),
|
||||
|
|
|
|||
|
|
@ -53,6 +53,7 @@
|
|||
"whereis": "0.2.x",
|
||||
"gpagespeed": "0.0.6",
|
||||
"webpagetest": "0.2.x",
|
||||
"simplehar": "0.14.x"
|
||||
"simplehar": "0.14.x",
|
||||
"cross-spawn": "0.1.x"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue