fix: update build script.

This commit is contained in:
jaywcjlove 2023-06-15 15:12:55 +08:00
parent 8c7a05a0f4
commit ed58ed1124
1 changed files with 1 additions and 0 deletions

View File

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