Improve executor work
This commit is contained in:
parent
3f821df070
commit
952e8443bc
@ -47,6 +47,7 @@ export class Executor {
|
||||
if (!taskCommand) {
|
||||
this.logger.log('NO ACTIVE TASK');
|
||||
this.scheduler.clearActions();
|
||||
await sleepMicro();
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user