Skip to content

Commit

Permalink
fix: packages listed twice in watch mode
Browse files Browse the repository at this point in the history
  • Loading branch information
maciej-ka committed Dec 20, 2024
1 parent e14855d commit c94172d
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 c94172d

Please sign in to comment.