Skip to content

Commit

Permalink
fix: crash when passing argument to node (windows)
Browse files Browse the repository at this point in the history
Fixes #1095
  • Loading branch information
lpgera authored and remy committed Sep 15, 2017
1 parent 6a4803d commit 469fa80
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/monitor/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ function run(options) {
&& executable[executable.length - 1] !== '\"') {
// remove all quotes from executable (possible backward compat hacks)
executable = executable.replace (/\"/g, '');

// add quotes to beginning and end of executable
executable = '\"' + executable + '\"';
}
}

Expand Down

0 comments on commit 469fa80

Please sign in to comment.