This commit is contained in:
Jan Prochazka
2021-01-23 07:20:44 +01:00
parent 7f5143aac2
commit 37cc86f8d2
19 changed files with 48 additions and 53 deletions

View File

@@ -94,7 +94,7 @@ function start() {
}
}, 60 * 1000);
process.on('message', async (message) => {
process.on('message', async message => {
try {
await handleMessage(message);
} catch (err) {