Skip to content

Commit

Permalink
write failed cmd string in error
Browse files Browse the repository at this point in the history
  • Loading branch information
sorhawell committed Jul 18, 2023
1 parent 5f05fce commit 0694664
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rust/src/rbackground.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<RIPCJob>) = server
.accept()
Expand Down

0 comments on commit 0694664

Please sign in to comment.