diff --git a/src/logging/watch-logger.ts b/src/logging/watch-logger.ts index 392d81770..974607c89 100644 --- a/src/logging/watch-logger.ts +++ b/src/logging/watch-logger.ts @@ -65,7 +65,8 @@ export class WatchLogger implements Logger { case 'failed-previous-watch-iteration': case 'watch-run-start': case 'start-cancelled': - case 'locked': { + case 'locked': + case 'analysis-completed': { return false; } }