UNPKG
brush_cli
Version:
latest (0.0.2)
0.0.2
0.0.1
A tool for creating and developing cmos PC Framework project.
brush_cli
/
node_modules
/
npm
/
test
/
packages
/
npm-test-array-bin
/
test.js
5 lines
(4 loc)
•
168 B
JavaScript
View Raw
1
2
3
4
5
require
(
'child_process'
).
exec
(
'array-bin'
, {
env
: process.
env
},
function
(
err
) {
if
(err && err.
code
)
throw
new
Error
(
'exited badly with code = '
+ err.
code
) })