Fix bugf
This commit is contained in:
@ -170,7 +170,10 @@ export class LoggingBase extends LoggingInterface {
|
||||
}
|
||||
|
||||
getChild(name: string) {
|
||||
return new LoggingBase.DecoupledLogging([this.names, name], this.#lg);
|
||||
return new LoggingBase.DecoupledLogging(
|
||||
[...this.names, name],
|
||||
this.#lg
|
||||
);
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user