Implement internal restart / run_forever in monitor
This commit is contained in:
+1
-1
@@ -23,4 +23,4 @@ for (let i = 2; i < process.argv.length; i++)
|
||||
}
|
||||
}
|
||||
|
||||
new Mon(options).start().catch(e => { console.error(e); process.exit(1); });
|
||||
Mon.run_forever(options);
|
||||
|
||||
Reference in New Issue
Block a user