Remove !
This commit is contained in:
parent
9c8f96e233
commit
835da58b53
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ export abstract class BaseLogger {
|
|||
logLevel = LogLevel.Info;
|
||||
}
|
||||
const item = new LogItem(labelOrValues, logLevel, this);
|
||||
this._run(item, callback, logLevel!, false /* don't throw, nobody is awaiting */, filterCreator);
|
||||
this._run(item, callback, logLevel, false /* don't throw, nobody is awaiting */, filterCreator);
|
||||
return item;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue