Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
natcl authored Feb 16, 2018
1 parent 767c36f commit f305d6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/God/ForkMode.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ module.exports = function ForkMode(God) {
};

var windowsHide;
if (typeof(pm2_env.windowHide) === "boolean") {
windowsHide = pm2_env.windowHide;
if (typeof(pm2_env.windowsHide) === "boolean") {
windowsHide = pm2_env.windowsHide;
} else {
windowsHide = true;
}
Expand Down

0 comments on commit f305d6d

Please sign in to comment.