forked from mystiq/hydrogen-web
fix typo
This commit is contained in:
parent
ed1b37d251
commit
17451b7bd6
1 changed files with 2 additions and 1 deletions
|
@ -77,7 +77,8 @@ export class LogItem {
|
|||
*/
|
||||
log(labelOrValues, logLevel = null) {
|
||||
const item = this.child(labelOrValues, logLevel, null);
|
||||
item.end = item.start;
|
||||
item._end = item._start;
|
||||
}
|
||||
|
||||
refDetached(logItem, logLevel = null) {
|
||||
return this.log({ref: logItem._values.refId}, logLevel);
|
||||
|
|
Loading…
Reference in a new issue