Module exit_code

Module exit_code 

Source
Expand description

Exit codes for nrs.

Constantsยง

GENERAL_ERROR
General error.
INTERRUPTED
Interrupted (Ctrl+C).
INVALID_CONFIG
Invalid configuration.
NO_PACKAGE_JSON
No package.json found.
NO_SCRIPTS
No scripts defined.
SCRIPT_FAILED
Script execution failed.
SUCCESS
Success.