From 952e8443bc1a2892ebb00dfd89051a778ce284c6 Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Mon, 20 Apr 2020 09:49:00 +0300 Subject: [PATCH] Improve executor work --- src/Executor.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Executor.ts b/src/Executor.ts index e1bf292..1cf9a6a 100644 --- a/src/Executor.ts +++ b/src/Executor.ts @@ -47,6 +47,7 @@ export class Executor { if (!taskCommand) { this.logger.log('NO ACTIVE TASK'); this.scheduler.clearActions(); + await sleepMicro(); return; }