mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-12 16:57:04 +00:00
address comment
This commit is contained in:
@@ -116,7 +116,7 @@ function server() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
proc.on('exit', (code, signal) => {
|
proc.on('exit', (code) => {
|
||||||
logger.error(`Server exited with code: ${code}`)
|
logger.error(`Server exited with code: ${code}`)
|
||||||
setTimeout(server, 3000)
|
setTimeout(server, 3000)
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user