VP
Size: a a a
VP
VP
MM
VP
VP
MM
MM
MM
var spawn = child_process.spawn('bash', ['-c', `nohup forever --killTree --uid "${script_path}" /usr/bin/nodemon --cwd ${script_dir} --exitcrash -I ${script_path} > ${logs_path} 2>&1 &`], {detached: true, stdio: ['inherit']})
MM
MM
VP
MM
VP
var spawn = child_process.spawn('bash', ['-c', `nohup forever --killTree --uid "${script_path}" /usr/bin/nodemon --cwd ${script_dir} --exitcrash -I ${script_path} > ${logs_path} 2>&1 &`], {detached: true, stdio: ['inherit']})
VP
MM
MM
MM
AE
MM