Skip to content

Commit

Permalink
fix: update build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 15, 2023
1 parent 8c7a05a commit ed58ed1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
}
Expand Down

0 comments on commit ed58ed1

Please sign in to comment.