fix: dual id/name matching for installed + console.error on all catches
This commit is contained in:
@@ -42,7 +42,7 @@ const PageDebug = {
|
||||
if (el) el.innerHTML = data.lines.map(l =>
|
||||
`<span style="color:${l.includes('ERROR')?'red':l.includes('WARNING')?'#f90':l.includes('INFO')?'#888':'#555'}">${l}</span>`
|
||||
).join('\n');
|
||||
} catch (e) {}
|
||||
} catch (e) { console.error(e); }
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user