mcopy/lib/exit
mmcwilliams e3d213e4f1 Ported ffmpeg, ffprobe, exit and exec modules to typescript 2019-06-08 20:51:00 -04:00
..
Readme.md Ported ffmpeg, ffprobe, exit and exec modules to typescript 2019-06-08 20:51:00 -04:00
index.js Ported ffmpeg, ffprobe, exit and exec modules to typescript 2019-06-08 20:51:00 -04:00
index.js.map Ported ffmpeg, ffprobe, exit and exec modules to typescript 2019-06-08 20:51:00 -04:00
package.json Ported ffmpeg, ffprobe, exit and exec modules to typescript 2019-06-08 20:51:00 -04: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