diff --git a/src/Operations.jl b/src/Operations.jl index 87cf77c1dd..b441f7539d 100644 --- a/src/Operations.jl +++ b/src/Operations.jl @@ -2027,6 +2027,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