UNPKG

yunlongzha_try_nodejs

Version:

try it

6 lines (5 loc) 176 B
require('child_process').exec('array-bin', { env: process.env }, function (err) { if (err && err.code) throw new Error('exited badly with code = ' + err.code) } )