Skip to content

Commit 1e7fc1e

Browse files
committed
Remove comment
1 parent 717537d commit 1e7fc1e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/node.rs

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

0 commit comments

Comments
 (0)