This commit is contained in:
Bruno Windels 2021-02-23 15:36:17 +01:00
parent ed1b37d251
commit 17451b7bd6

View File

@ -77,7 +77,8 @@ export class LogItem {
*/ */
log(labelOrValues, logLevel = null) { log(labelOrValues, logLevel = null) {
const item = this.child(labelOrValues, logLevel, null); const item = this.child(labelOrValues, logLevel, null);
item.end = item.start; item._end = item._start;
}
refDetached(logItem, logLevel = null) { refDetached(logItem, logLevel = null) {
return this.log({ref: logItem._values.refId}, logLevel); return this.log({ref: logItem._values.refId}, logLevel);