fix: update build script.
This commit is contained in:
parent
8c7a05a0f4
commit
ed58ed1124
|
|
@ -107,6 +107,7 @@ const contributorsPath = path.resolve(process.cwd(), 'CONTRIBUTORS.svg');
|
||||||
}));
|
}));
|
||||||
|
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
console.log(`\n ERROR :> ${err}\n`)
|
||||||
if (err && err.message) {
|
if (err && err.message) {
|
||||||
console.log(`\n ERROR :> ${err.message.red_bt}\n`)
|
console.log(`\n ERROR :> ${err.message.red_bt}\n`)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue