Skip to content

Commit 1d53a8c

Browse files
update comment
1 parent 6c4213c commit 1d53a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/turborepo-process/src/child.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ impl ShutdownStyle {
328328

329329
let result = tokio::time::timeout(*timeout, fut).await;
330330
match result {
331-
// We ignore the exit code and mark it as killed since we sent a SIGINT
331+
// We ignore the exit code and mark it as interrupted since we sent a SIGINT
332332
// This avoids reliance on an underlying process exiting with
333333
// no exit code or a non-zero in order for turbo to operate correctly.
334334
Ok(Ok(_exit_code)) => ChildExit::Interrupted,

0 commit comments

Comments
 (0)