diff --git a/server/routes.go b/server/routes.go index bc702f9a8..8970cbe81 100644 --- a/server/routes.go +++ b/server/routes.go @@ -153,7 +153,6 @@ func runWhisperServer(c *gin.Context, portCh chan int) { err := cmd.Process.Kill() if err != nil { slog.Error("failed to kill whisper server", "error", err) - c.AbortWithStatusJSON(http.StatusInternalServerError, gin.H{"error": "failed to kill whisper server"}) } }() }