fix(core): update

This commit is contained in:
2019-10-14 14:53:55 +02:00
parent 21b962b9a8
commit e20508ffbc
3 changed files with 15 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ export class Watcher {
changeObservable.subscribe(() => {
this.updateCurrentExecution();
});
this.updateCurrentExecution();
await this.updateCurrentExecution();
}
/**