We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a0272 commit 720c124Copy full SHA for 720c124
nextest-runner/src/reporter/displayer/progress.rs
@@ -292,7 +292,7 @@ fn supports_osc_9_4(stream: &dyn IsTerminal) -> bool {
292
if !stream.is_terminal() {
293
debug!(
294
"autodetect terminal progress reporting: disabling since \
295
- pass in stream (usually stderr) is not a terminal"
+ passed-in stream (usually stderr) is not a terminal"
296
);
297
return false;
298
}
0 commit comments