Skip to content

Commit

Permalink
Merge pull request #1580 from am11/master
Browse files Browse the repository at this point in the history
we-node-server: Fixes syntax error
  • Loading branch information
madskristensen committed Oct 16, 2014
2 parents c82a9a5 + f7111ad commit 1082e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EditorExtensions/Resources/server/we-nodejs-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ if (program.rawArgs.length === 10 && program.environment === "production") {
// and throws otherwise (with SGNL 0 it doesn't kill the process).
setInterval(function () {
if (!checkIfParentExists(program.processId))
exit(1);
process.exit(0);
}, 300000);
}

Expand Down

0 comments on commit 1082e77

Please sign in to comment.