From 631092f2a944f1c094144d088a47eef18b11f423 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Tue, 3 Feb 2026 14:20:46 +0100 Subject: [PATCH] Formatting --- app/MindWork AI Studio/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/app/MindWork AI Studio/Program.cs b/app/MindWork AI Studio/Program.cs index c522d801..85e97b07 100644 --- a/app/MindWork AI Studio/Program.cs +++ b/app/MindWork AI Studio/Program.cs @@ -91,6 +91,7 @@ internal sealed class Program Console.WriteLine("Error: Failed to get the Qdrant path from Rust."); return; } + if (qdrantInfo.PortHttp == 0) { Console.WriteLine("Error: Failed to get the Qdrant HTTP port from Rust.");