parent
4e4bca6bbc
commit
f9a4abb6dc
|
@ -24,8 +24,8 @@ if (msgFile) {
|
|||
isValid = checkMsg(firstLine);
|
||||
|
||||
if (!isValid) {
|
||||
console.error('\nCheck CONTRIBUTING.md at the root of the repo for more information.')
|
||||
console.error('\nCheck CONTRIBUTING.md at the root of the repo for more information.');
|
||||
}
|
||||
}
|
||||
|
||||
process.exit(isValid ? 0 : 1);
|
||||
process.exit(isValid ? 0 : 1);
|
||||
|
|
Loading…
Reference in New Issue