diff options
Diffstat (limited to 'node_modules/spawn-wrap/test/fixtures/npm.cmd')
-rw-r--r-- | node_modules/spawn-wrap/test/fixtures/npm.cmd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/node_modules/spawn-wrap/test/fixtures/npm.cmd b/node_modules/spawn-wrap/test/fixtures/npm.cmd new file mode 100644 index 000000000..521ec9e4d --- /dev/null +++ b/node_modules/spawn-wrap/test/fixtures/npm.cmd @@ -0,0 +1,2 @@ +@echo This code should never be executed. +exit /B 1 |