Security update for permissions_by_term
[yaffs-website] / node_modules / grunt-legacy-util / test / fixtures / spawn.js
1
2 var code = Number(process.argv[2]);
3
4 process.stdout.write('stdout\n');
5 process.stderr.write('stderr\n');
6
7 // Instead of process.exit. See https://github.com/cowboy/node-exit
8 require('exit')(code);