MM
Size: a a a
MM
VP
VP
MM
MM
MM
VP
[nodemon] clean exit - waiting for changes before restart
events.js:292
throw er; // Unhandled 'error' event
^
Error: EBADF: bad file descriptor, read
Emitted 'error' event on ReadStream instance at:
at internal/fs/streams.js:206:14
at FSReqCallback.wrapper [as oncomplete] (fs.js:516:5) {
errno: -9,
code: 'EBADF',
syscall: 'read'
}
MM
MM
MM
var spawn = child_process.spawn('bash', ['-c', `nohup forever --uid "${script_path}" /usr/bin/nodemon --exitcrash -I ${script_path} > ${logs_path} 2>&1 &`], {detached: true, stdio: ['inherit']})
MM
MM
VP
var spawn = child_process.spawn('bash', ['-c', `nohup forever --uid "${script_path}" /usr/bin/nodemon --exitcrash -I ${script_path} > ${logs_path} 2>&1 &`], {detached: true, stdio: ['inherit']})
MM
VP
var spawn = child_process.spawn('bash', ['-c', `nohup forever --uid "${script_path}" /usr/bin/nodemon --exitcrash -I ${script_path} > ${logs_path} 2>&1 &`], {detached: true, stdio: ['inherit']})
VP
MM
VP
VP
MM
var spawn = child_process.spawn('bash', ['-c', `nohup forever --uid "${script_path}" /usr/bin/nodemon --exitcrash -L -I ${script_path} > ${logs_path} 2>&1 &`], {detached: true, stdio: ['inherit']})