Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
toficofi committed Mar 8, 2017
1 parent 771ea22 commit aabd494
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/forever-monitor/monitor.js
Expand Up @@ -245,6 +245,7 @@ Monitor.prototype.trySpawn = function () {

if (process.platform === 'win32') {
this.spawnWith.detached = true;
this.spawnWith.shell = true;
}

if (this.stdio) {
Expand Down

0 comments on commit aabd494

Please sign in to comment.