Maybe now?

This commit is contained in:
N0\A
2026-01-09 00:40:25 +01:00
parent 019f85a29a
commit d936ac872a
2 changed files with 10 additions and 1 deletions

View File

@@ -91,7 +91,7 @@ document.addEventListener("DOMContentLoaded", () => {
}
} catch (error) {
console.error("Prediction failed:", error);
status.textContent = "Error";
status.textContent = "Error: " + error.message;
} finally {
isFetching = false;
status.textContent = "Idle";