Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
joyc-bq committed Jan 23, 2025
1 parent e2eae37 commit 3eb2063
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/lib/plugins/efm2/monitor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export class MonitorImpl implements Monitor {
const task1 = this.newContextRun();
const task2 = this.run();
Promise.race([task1, task2]).finally(() => {
this.stopped = true;
});
}

Expand Down

0 comments on commit 3eb2063

Please sign in to comment.