Skip to content

Commit

Permalink
Add another uninteresting event to watch logger.
Browse files Browse the repository at this point in the history
  • Loading branch information
rictic committed Aug 30, 2023
1 parent 10573f3 commit bef9d3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/logging/watch-logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit bef9d3b

Please sign in to comment.