mirror of
https://github.com/vladmandic/automatic
synced 2026-09-17 08:19:11 +02:00
Better error message info
This commit is contained in:
@@ -30,7 +30,7 @@ async function logMonitor() {
|
||||
row.innerHTML = `<td>${dateToStr(l.created)}</td>${level}<td>${l.facility}</td>${module}<td>${l.msg}</td>`;
|
||||
logMonitorEl.appendChild(row);
|
||||
} catch (e) {
|
||||
error(`logMonitor: ${line}`);
|
||||
error(`logMonitor: ${e}\n${line}`);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user