``` $ echo "wtf" > error.js $ electron-spawn error.js # no output ``` It should be `ReferenceError: wtf is not defined`, but it shows nothing.