mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
comment
This commit is contained in:
parent
630ac40f05
commit
5bec4d5a72
@ -21,6 +21,7 @@ export class LogItem {
|
||||
this._clock = clock;
|
||||
this._start = clock.now();
|
||||
this._end = null;
|
||||
// (l)abel
|
||||
this._values = typeof labelOrValues === "string" ? {l: labelOrValues} : labelOrValues;
|
||||
this.error = null;
|
||||
this.logLevel = logLevel;
|
||||
|
Loading…
Reference in New Issue
Block a user