spawn.js 198 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 var code = Number(process.argv[2]); process.stdout.write('stdout\n'); process.stderr.write('stderr\n'); // Instead of process.exit. See https://github.com/cowboy/node-exit require('exit')(code);