Process.run error when use :inherit for output:

I would start by changing these two lines to this and see if it fixes anything:

output: Process::Redirect::Inherit,
error: Process::Redirect::Inherit,
2 Likes