Skip to content

Commit

Permalink
Add an additional uninteresting event
Browse files Browse the repository at this point in the history
  • Loading branch information
rictic committed Aug 30, 2023
1 parent f70cc2a commit 7990bcf
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 7990bcf

Please sign in to comment.