mcopy/app/lib/exit
Matthew McWilliams 5026cf869f Arri-S work 2022-10-07 19:47:56 -04:00
..
Readme.md Add some docs to the code. Work in progress 2019-02-26 21:53:32 -05:00
index.d.ts Arri-S work 2022-10-07 19:47:56 -04:00
index.js Update delay, exec and exit usage and require statments. 2019-06-08 21:43:14 -04:00
index.js.map Update delay, exec and exit usage and require statments. 2019-06-08 21:43:14 -04:00
package.json Install delay, exit and exec modules. 2019-02-08 14:07:35 -05:00

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