Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshew committed Jan 3, 2025
1 parent aa08d93 commit 077c3d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/turborepo-ui/src/logs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ impl<W: Write> Write for LogWriter<W> {
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())
}
}
Expand Down

0 comments on commit 077c3d5

Please sign in to comment.