some changes

This commit is contained in:
2026-07-10 22:02:51 +02:00
parent 7bd28794d6
commit 6e6217e1e7
33 changed files with 757 additions and 2305 deletions
+2 -3
View File
@@ -17,11 +17,10 @@ async function loadConsoleLogs() {
html = stripAnsi(html);
const logColors = {
INFO: "lime",
DEBUG: "cyan",
CHAT: "cyan",
ERROR: "red",
INFO: "lime",
WARN: "yellow",
ERROR: "red"
};
let firstBracketProcessed = false;