This commit is contained in:
Bruno Windels 2021-02-19 11:57:50 +01:00
parent f4a3b64da0
commit 656637e5e2

View file

@ -86,7 +86,7 @@ export class LogItem {
try {
filter = this._filterCreator(new LogFilter(filter), this);
} catch (err) {
console.error("Error creating log item", err);
console.error("Error creating log filter", err);
}
}
let children;