mcopy/app/lib/exit
Matt McWilliams cb63194fc6 All known classes have types exported and imported into dependent modules. This has already caught a class of bugs. Removing references to any will catch another. 2024-05-23 18:49:18 -04:00
..
Readme.md
index.d.ts Arri-S work 2022-10-07 19:47:56 -04:00
index.js All known classes have types exported and imported into dependent modules. This has already caught a class of bugs. Removing references to any will catch another. 2024-05-23 18:49:18 -04:00
index.js.map All known classes have types exported and imported into dependent modules. This has already caught a class of bugs. Removing references to any will catch another. 2024-05-23 18:49:18 -04:00
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