UNPKG

git-commit-msg-linter

Version:
8 lines (7 loc) 176 B
/** * exit current process with success code 0 * instead of destroying the whole npm install process. */ module.exports.bailOut = function bailOut() { process.exit(0); };