chore: update scripts.

This commit is contained in:
jaywcjlove 2022-08-21 22:31:52 +08:00
parent 5683c1c3f5
commit 7c99be41ac
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ const contributorsPath = path.resolve(process.cwd(), 'CONTRIBUTORS.svg');
if (err && err.message) {
console.log(`\n ERROR :> ${err.message.red_bt}\n`)
}
process.exit(1);
}
})();