Skip to content

Commit

Permalink
Change fork-mode stdio from ipc to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswiggins committed Nov 3, 2014
1 parent 79378da commit d44ff7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/God/ForkMode.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ module.exports = function ForkMode(God) {
env : pm2_env,
detached : true,
cwd : pm2_env.pm_cwd || process.cwd(),
stdio : ['ipc', null, null]
stdio : ['ignore', null, null]
});
} catch(e) {
God.logAndGenerateError(e);
Expand Down

0 comments on commit d44ff7d

Please sign in to comment.