Skip to content

Commit 354ef22

Browse files
chore: no longer warn if cache is already being shut down
1 parent 4cc5634 commit 354ef22

File tree

1 file changed

+0
-2
lines changed
  • crates/turborepo-lib/src/run

1 file changed

+0
-2
lines changed

crates/turborepo-lib/src/run/mod.rs

-2
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,6 @@ impl Run {
352352
_ = fut => {}
353353
_ = interrupt => {tracing::debug!("received interrupt, exiting");}
354354
}
355-
} else {
356-
tracing::warn!("could not start shutdown, exiting");
357355
}
358356
spinner.finish_and_clear();
359357
});

0 commit comments

Comments
 (0)