update todo

This commit is contained in:
Vladimir Mandic
2024-04-30 14:55:39 -04:00
parent 385f06883e
commit 4f0cdb69dd
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -12,6 +12,7 @@ Main ToDo list can be found at [GitHub projects](https://github.com/users/vladma
- stable diffusion 3.0
- powerpaint: <https://github.com/zhuang2002/PowerPaint>
- joytag: <https://github.com/fpgaminer/joytag>
### Features
+1 -1
View File
@@ -29,7 +29,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) {
console.log('logMonitor', e);
// console.log('logMonitor', e);
console.error('logMonitor line', line);
}
};