hi Naskio,
I encountered a troublesome issue in the n8n.
I think it might be a bug in this code
In line 195, the code 0 represent success, but the stderr will be parse.
if (!code) { returnData.items = parseShellOutput(returnData.stderr); } else { returnData.error = new Error(returnData.stderr); }