Skip to content

Commit

Permalink
An 'error' on stopall is not actually an error
Browse files Browse the repository at this point in the history
  • Loading branch information
ryana committed Sep 16, 2014
1 parent 250a4f8 commit 487fc54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/forever/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ app.cmd('stopall', cli.stopall = function () {

runner.on('error', function () {
forever.log.info('No forever processes running');
process.exit(1);
});
});

Expand Down

0 comments on commit 487fc54

Please sign in to comment.