Generalize build_node.bat argument propagation

pull/9766/head
murgatroid99 8 years ago
parent 88113f7b61
commit 009c859832
  1. 2
      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 %*

Loading…
Cancel
Save