From 009c85983250e5ec0f3dc8ef43a25a1596fead1d Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Tue, 21 Feb 2017 18:15:37 -0800 Subject: [PATCH] Generalize build_node.bat argument propagation --- tools/run_tests/helper_scripts/build_node.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run_tests/helper_scripts/build_node.bat b/tools/run_tests/helper_scripts/build_node.bat index 233dacd3fb0..7a67769516f 100644 --- a/tools/run_tests/helper_scripts/build_node.bat +++ b/tools/run_tests/helper_scripts/build_node.bat @@ -41,4 +41,4 @@ for /f "delims=v" %%v in ('node --version') do ( @rem rebuild, because it probably failed the first time -call npm install --build-from-source %1 %2 +call npm install --build-from-source %*