mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
* exec node returns 0 on the third output if command ended without error. Otherwise, the status of the node is updated and the error code is send through the third output. * info text updated and the second output returns only something if stderr is not empty * proper stderror handling * proper handling of stderr