Node.js - Child Processes
You need to execute
script.sh with arguments ['arg1', 'arg2'] using execFile and separately capture both standard output and error output. Which code snippet correctly achieves this?