mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
fix: return type error
This commit is contained in:
@@ -574,7 +574,7 @@ export class ConsoleLogger implements LoggerService {
|
||||
stack: args[1] as string,
|
||||
context: this.context,
|
||||
}
|
||||
: this.getContextAndMessagesToPrint(args);
|
||||
: { ...this.getContextAndMessagesToPrint(args) };
|
||||
}
|
||||
|
||||
const { messages, context } = this.getContextAndMessagesToPrint(args);
|
||||
|
||||
Reference in New Issue
Block a user