cross-spawn makes spawn work on windows, sweet! #422

This commit is contained in:
soulgalore 2014-07-26 19:28:07 +02:00
parent 6700967ca9
commit a7face3a7f
3 changed files with 4 additions and 3 deletions

View File

@ -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'),

View File

@ -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'),

View File

@ -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"
}
}