Improve executor work

This commit is contained in:
Anton Vakhrushev 2020-04-20 09:49:00 +03:00
parent 3f821df070
commit 952e8443bc

View File

@ -47,6 +47,7 @@ export class Executor {
if (!taskCommand) {
this.logger.log('NO ACTIVE TASK');
this.scheduler.clearActions();
await sleepMicro();
return;
}