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