We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9362fd7 commit 9d94b05Copy full SHA for 9d94b05
lib/God.js
@@ -211,7 +211,7 @@ God.executeApp = function executeApp(env, cb) {
211
212
God.registerCron(env_copy)
213
214
- if(!env_copy['autostart']) {
+ if (env_copy['autostart'] === false) {
215
var clu = {pm2_env: env_copy, process: {pid: 0}};
216
God.clusters_db[env_copy.pm_id] = clu;
217
return cb(null, clu);
0 commit comments