From e7fc05e4602b5335dda4b03128b9625452b41fd1 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Wed, 29 Jan 2025 08:21:47 -0600 Subject: [PATCH] Add a bit more context about SIGTERM and PID 1 (#11036) --- crates/uv/src/commands/run.rs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/crates/uv/src/commands/run.rs b/crates/uv/src/commands/run.rs index 8c91c69d1bec..8aaa31b56c08 100644 --- a/crates/uv/src/commands/run.rs +++ b/crates/uv/src/commands/run.rs @@ -29,7 +29,12 @@ pub(crate) async fn run_to_completion(mut handle: Child) -> anyhow::Result