Skip to content

Commit

Permalink
Merge branch 'main' into docs/fix-prune-docker-example
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshew authored Dec 24, 2024
2 parents a650f25 + bcd5840 commit b540ea9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/turborepo-lib/src/run/watch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,6 @@ impl WatchClient {

let mut events = client.package_changes().await?;

if !self.run.has_tui() {
self.run.print_run_prelude();
}

let signal_subscriber = self.handler.subscribe().ok_or(Error::NoSignalHandler)?;

// We explicitly use a tokio::sync::Mutex here to avoid deadlocks.
Expand Down

0 comments on commit b540ea9

Please sign in to comment.