mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
#fix 1177 maybe
This commit is contained in:
parent
fefca9b955
commit
eb5b2fa208
@ -68,7 +68,8 @@ God.executeApp = function executeApp(env, cb) {
|
||||
env_copy['axm_monitor'] = {};
|
||||
env_copy['axm_options'] = {};
|
||||
env_copy['axm_dynamic'] = {};
|
||||
env_copy['vizion_running'] = false;
|
||||
env_copy['vizion_running'] =
|
||||
env_copy['vizion_running'] !== undefined ? env_copy['vizion_running'] : false;
|
||||
|
||||
if (!env_copy.created_at)
|
||||
env_copy['created_at'] = Date.now();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user