fix: Remove duplicate else block from merge
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -260,9 +260,6 @@ 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