diff --git a/packages/run-core-of-geek-auto-start-chat-with-boss/index.mjs b/packages/run-core-of-geek-auto-start-chat-with-boss/index.mjs index 2f058dc..c8fae8a 100644 --- a/packages/run-core-of-geek-auto-start-chat-with-boss/index.mjs +++ b/packages/run-core-of-geek-auto-start-chat-with-boss/index.mjs @@ -36,7 +36,7 @@ const initPlugins = (hooks) => { try { await mainLoop(hooks) } catch (err) { - void err + console.error(err) } } })() \ No newline at end of file