parent
4e4bca6bbc
commit
f9a4abb6dc
@ -24,8 +24,8 @@ if (msgFile) {
|
|||||||
isValid = checkMsg(firstLine);
|
isValid = checkMsg(firstLine);
|
||||||
|
|
||||||
if (!isValid) {
|
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…
x
Reference in New Issue
Block a user