When running `exec` in sync mode, you only have access to `output` which is a merge of `stdout` + `stderr`. Would it be possible to have the content of each one of these individually when using the sync exec?
When running
execin sync mode, you only have access tooutputwhich is a merge ofstdout+stderr.Would it be possible to have the content of each one of these individually when using the sync exec?