Skip to content

Commit

Permalink
Merge pull request #3743 from vivex/master
Browse files Browse the repository at this point in the history
fixes #3735
  • Loading branch information
wallet77 authored Jul 4, 2018
2 parents 2dac235 + 0548cb8 commit 06872c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/God/ActionMethods.js
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ module.exports = function(God) {
&& proc.pm2_env.status !== cst.LAUNCHING_STATUS)
return God.startProcessId(proc.pm2_env.pm_id, next);
else
return next("[Watch] Process name %s is being stopped so I won't restart it", name);
return next(util.format('[Watch] Process name %s is being stopped so I won\'t restart it', name));
}, function(err) {
if (err) return cb(God.logAndGenerateError(err));
return cb(null, God.getFormatedProcesses());
Expand Down

0 comments on commit 06872c2

Please sign in to comment.