Skip to content

Commit

Permalink
Debug log more
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed May 6, 2024
1 parent 59c7336 commit 45427ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,6 @@ const ci = {
)
),
{
// only necessary for benchmarks
if: "matrix.job == 'bench' || matrix.job == 'test'",
...installNodeStep,
},
Expand Down
2 changes: 1 addition & 1 deletion tests/util/server/src/servers/hyper_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ async fn hyper_serve_connection<I, F, S>(
if let Err(e) = result {
let err_str = e.to_string();
if !err_str.contains("early eof") {
eprintln!("{}: {:?}", error_msg, e);
eprintln!("{}: {:#?}", error_msg, e);
}
}
}
Expand Down

0 comments on commit 45427ce

Please sign in to comment.