From ed58ed11246ed8990351226a040483cc8bca3001 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Thu, 15 Jun 2023 15:12:55 +0800 Subject: [PATCH] fix: update build script. --- scripts/build.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build.mjs b/scripts/build.mjs index 97071f08cc..63e1cfa373 100644 --- a/scripts/build.mjs +++ b/scripts/build.mjs @@ -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`) }