mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-05-26 10:40:18 +08:00
output rather than no handle err in run-core
This commit is contained in:
@@ -36,7 +36,7 @@ const initPlugins = (hooks) => {
|
||||
try {
|
||||
await mainLoop(hooks)
|
||||
} catch (err) {
|
||||
void err
|
||||
console.error(err)
|
||||
}
|
||||
}
|
||||
})()
|
||||
Reference in New Issue
Block a user