output rather than no handle err in run-core

This commit is contained in:
bossgeekgo
2024-02-13 16:19:53 +08:00
parent 8582248ff8
commit 5b5dc528d3

View File

@@ -36,7 +36,7 @@ const initPlugins = (hooks) => {
try {
await mainLoop(hooks)
} catch (err) {
void err
console.error(err)
}
}
})()