mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-08-27 11:10:44 +08:00
adjust ui text
This commit is contained in:
@@ -33,7 +33,7 @@ function runWithDaemon() {
|
||||
return
|
||||
}
|
||||
console.log(
|
||||
`[Run core daemon] Child process exit with code ${exitCode}, an internal may not be caught, and will be restarted in ${rerunInterval}ms.`
|
||||
`[Run core daemon] Child process exit with code ${exitCode}, an internal error may not be caught, and will be restarted in ${rerunInterval}ms.`
|
||||
)
|
||||
await sleep(rerunInterval)
|
||||
runWithDaemon()
|
||||
|
||||
@@ -124,7 +124,7 @@ export const runAutoChat = async () => {
|
||||
closeBrowserWindow?.()
|
||||
console.error(err)
|
||||
console.log(
|
||||
`[Run core main] An internal is caught, and browser will be restarted in ${rerunInterval}ms.`
|
||||
`[Run core main] An internal error is caught, and browser will be restarted in ${rerunInterval}ms.`
|
||||
)
|
||||
await sleep(rerunInterval)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user