stable
Marcus 2020-11-11 22:05:02 -05:00
parent 5aba0d6846
commit 07a4367a99
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ setInterval(function update() {
proc = spawn('node', ['relay'], { stdio: "inherit" }); proc = spawn('node', ['relay'], { stdio: "inherit" });
proc.on('exit', () => { proc.on('exit', () => {
log.info('restarting relay...'); log.info('relay exitted, restarting...');
setTimeout(() => { setTimeout(() => {
keepAlive(); keepAlive();
}, 1000); }, 1000);