fix: Remove duplicate else block from merge

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
bigphoot
2026-01-23 23:39:52 -08:00
committed by bigphoot
parent 9e4b401f9b
commit e5d763860c
-3
View File
@@ -260,9 +260,6 @@ export class ChromaServerManager {
} else {
proc.kill('SIGTERM');
}
} else {
proc.kill('SIGTERM');
}
}
// Force kill after timeout if still running