diff --git a/crates/turborepo-ui/src/logs.rs b/crates/turborepo-ui/src/logs.rs index 51eba21c63069..0c4cb5ae339ce 100644 --- a/crates/turborepo-ui/src/logs.rs +++ b/crates/turborepo-ui/src/logs.rs @@ -63,6 +63,8 @@ impl Write for LogWriter { both caching is disabled and output logs are set to none." ); + // Returning the buffer's length so callers don't think this is a failure to + // create the buffer Ok(buf.len()) } }