Update src/services/sync/ChromaServerManager.ts
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
committed by
bigphoot
parent
2c304eafad
commit
9e4b401f9b
@@ -260,6 +260,9 @@ export class ChromaServerManager {
|
|||||||
} else {
|
} else {
|
||||||
proc.kill('SIGTERM');
|
proc.kill('SIGTERM');
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
proc.kill('SIGTERM');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Force kill after timeout if still running
|
// Force kill after timeout if still running
|
||||||
|
|||||||
Reference in New Issue
Block a user