Skip to content

Commit

Permalink
fix: fix manual start monitor will not loop run bug #15
Browse files Browse the repository at this point in the history
  • Loading branch information
moonrailgun committed Jan 10, 2024
1 parent c307aaa commit bcfaab6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/model/monitor/runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export class MonitorRunner {
}
};

this.isStopped = false;
run();

logger.info(`Start monitor ${monitor.name}(${monitor.id})`);
Expand Down

0 comments on commit bcfaab6

Please sign in to comment.