Skip to content

Commit 18c0618

Browse files
committed
nit
1 parent c5c2967 commit 18c0618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shims/trace/parent.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ fn wait_for_signal(
403403
if signal == wait_signal {
404404
return Ok(pid);
405405
} else {
406-
ptrace::cont(pid, None).map_err(|_| ExecError::Died(None))?;
406+
ptrace::cont(pid, signal).map_err(|_| ExecError::Died(None))?;
407407
}
408408
}
409409
}

0 commit comments

Comments
 (0)