adjust ui text

This commit is contained in:
geekgeekrun
2024-03-18 09:50:40 +08:00
parent 628387bd0c
commit d70073d9e1
4 changed files with 4 additions and 4 deletions

View File

@@ -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()

View File

@@ -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)
}