mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-14 17:57:06 +00:00
address comment
This commit is contained in:
@@ -117,7 +117,7 @@ function server() {
|
||||
|
||||
|
||||
proc.on('exit', (code, signal) => {
|
||||
if (code === 0 || code === null) {
|
||||
if (!code) {
|
||||
logger.info('Server has stopped.')
|
||||
setTimeout(server, 5000)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user