Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2026-06-26 21:31:14 +02:00
parent f44dd11b05
commit c0a4db64e2
3 changed files with 2 additions and 6 deletions
-2
View File
@@ -12034,8 +12034,6 @@ async function logMonitor() {
} catch (err) {
error(`logMonitor: ${String(err)}`);
error(`logMonitor: ${line}`);
console.error(line);
window.eee = line;
}
};
const cleanupLog = (atBottom2) => {
+2 -2
View File
File diff suppressed because one or more lines are too long
-2
View File
@@ -66,8 +66,6 @@ async function logMonitor() {
} catch (err) {
error(`logMonitor: ${String(err)}`);
error(`logMonitor: ${line}`);
console.error(line);
window.eee = line;
}
};