Skip to content

Commit

Permalink
fixup! #2182 Get rid of annoying popups in Windows 10
Browse files Browse the repository at this point in the history
  • Loading branch information
toddwong committed Jan 13, 2018
1 parent f6c60eb commit 3a85b59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/God/ForkMode.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ module.exports = function ForkMode(God) {
try {
var cspr = spawn(command, args, {
env : pm2_env,
detached : true,
windowsHide: true,
cwd : pm2_env.pm_cwd || process.cwd(),
stdio : ['pipe', 'pipe', 'pipe', 'ipc'] //Same as fork() in node core
Expand Down

0 comments on commit 3a85b59

Please sign in to comment.