1
0

Add empty line before async function declaration in main.js

This commit is contained in:
2025-05-25 19:55:14 +02:00
parent 38ca777ee4
commit 5bebf61330

View File

@@ -136,6 +136,7 @@ async function ensureOllamaRunning() { //temporary hack
req.end();
});
}
// Probieren, ob Ollama erreichbar ist
try {
await pingOllama();