mcopy/app/lib/exit
..
Readme.md
index.d.ts
index.js
index.js.map
package.json

Readme.md

exit(msg, code)

Exit process with either a 0 code or other specified failure code. Print message to console first.

Kind: global function

Param Type Default Description
msg string Reason for exit
code integer 0 process exit code, default 0