Skip to content

Commit 717537d

Browse files
committed
Remove kill on drop
1 parent ed9d17c commit 717537d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ where
177177
.envs(env_vars)
178178
.stdout(Stdio::from(stdout_file))
179179
.stderr(Stdio::from(stderr_file))
180-
.kill_on_drop(true)
180+
// .kill_on_drop(true)
181181
.spawn()
182182
.context(format!("Failed to spawn {kind} process"))
183183
.map(SpawnOutput::Child)

0 commit comments

Comments
 (0)