json parse errors
All checks were successful
Build Docker / deploy (push) Successful in 53s
Build Docker / build (push) Successful in 59s

This commit is contained in:
2026-05-10 17:42:37 +03:00
parent bff406e94f
commit 16442dc106

View File

@@ -49,7 +49,7 @@ document.addEventListener("DOMContentLoaded", () => {
} catch (err) {
console.error(err);
showErrors(err.message);
showErrors(JSON.parse(err.message));
}
});
});