Skip to content

Commit 1737326

Browse files
committed
wip
1 parent f85236a commit 1737326

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/clippy-annotation-reporter/src/commenter.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ async fn find_existing_comment(
9090
break;
9191
}
9292
Err(e) => {
93+
// TODO: EK - Handle error more gracefully
9394
println!("Warning: Failed to fetch next page of comments: {}", e);
9495
break;
9596
}

0 commit comments

Comments
 (0)