UNPKG

@fuse-oo/cli

Version:

fuse内部脚手架工具

5 lines 112 B
exports.exit = function (code) { if (code > 0) { throw new Error(`Process exited with code ${code}`) } }