Compare commits
1 Commits
7bbe31f4ea
...
e644475fbc
| Author | SHA1 | Date | |
|---|---|---|---|
| e644475fbc |
@@ -49,7 +49,6 @@ async function run() {
|
||||
};
|
||||
process.on('SIGINT', terminate('SIGINT'));
|
||||
process.on('SIGTERM', terminate('SIGTERM'));
|
||||
process.on('SIGKILL', terminate('SIGKILL'));
|
||||
|
||||
// scheduled running
|
||||
if (interval === 0) return;
|
||||
|
||||
Reference in New Issue
Block a user