Closed mwhipple closed 4 weeks ago
Based on observed behavior and skimming through the code, it seems as though runCommand captures stdout from the spawned processes but not stderr. Please provide an option to either direct stderr to the console or a file handle. Thanks!
runCommand
stdout
stderr
Added it in the v1.1.3 release, stderr should now be available on console.
Based on observed behavior and skimming through the code, it seems as though
runCommand
capturesstdout
from the spawned processes but notstderr
. Please provide an option to either directstderr
to the console or a file handle. Thanks!