mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
improve ui connection monitor
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -82,7 +82,6 @@ async function logMonitor() {
|
||||
for (const line of lines) addLogLine(line);
|
||||
if (!logConnected) {
|
||||
logConnected = true;
|
||||
monitorConnection();
|
||||
xhrPost(`${window.api}/log`, { debug: 'connected' });
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user