diff --git a/src/rust/src/rbackground.rs b/src/rust/src/rbackground.rs index 5ca663315..534b71c28 100644 --- a/src/rust/src/rbackground.rs +++ b/src/rust/src/rbackground.rs @@ -224,6 +224,7 @@ impl RBackgroundHandler { .stdout(Stdio::null()) .stderr(Stdio::null()) .spawn() + .plain(cmd_string) .when("trying to spawn a background R process")?; let (_, tx): (_, ipc::IpcSender) = server .accept()