From abb571580719328cc5431068bb5519b212f0f043 Mon Sep 17 00:00:00 2001 From: Michał Gołębiowski Date: Wed, 27 Jan 2016 13:02:58 +0100 Subject: Build: switch from win-spawn to cross-spawn The win-spawn package is deprecated. Refs gh-2877 Refs 67c96a59f5af9e8404b3f904028e1c730d647498 --- build/tasks/lib/spawn_test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/tasks') diff --git a/build/tasks/lib/spawn_test.js b/build/tasks/lib/spawn_test.js index 6c4596a3d..e633755ee 100644 --- a/build/tasks/lib/spawn_test.js +++ b/build/tasks/lib/spawn_test.js @@ -7,7 +7,7 @@ // See the comment in ../node_smoke_tests.js for more information. module.exports = function spawnTest( done ) { var testPaths = [].slice.call( arguments, 1 ), - spawn = require( "win-spawn" ); + spawn = require( "cross-spawn" ); spawn( "node", testPaths, { stdio: "inherit" } ) .on( "close", function( code ) { -- cgit v1.2.3