mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
Vendored
-2
@@ -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) => {
|
||||
|
||||
Vendored
+2
-2
File diff suppressed because one or more lines are too long
@@ -66,8 +66,6 @@ async function logMonitor() {
|
||||
} catch (err) {
|
||||
error(`logMonitor: ${String(err)}`);
|
||||
error(`logMonitor: ${line}`);
|
||||
console.error(line);
|
||||
window.eee = line;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user