diff --git a/src/Operations.jl b/src/Operations.jl index 21aa29244b..1daa1a00ab 100644 --- a/src/Operations.jl +++ b/src/Operations.jl @@ -2026,6 +2026,7 @@ end # Handles the interrupting of a subprocess gracefully to avoid orphaning function subprocess_handler(cmd::Cmd, ctx, sandbox_ctx, error_msg::String) + @debug "Running command" cmd p = run(pipeline(ignorestatus(cmd), stdout = sandbox_ctx.io, stderr = stderr_f()), wait = false) interrupted = false try