@nestjs/common 9.3.5 → 9.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -182,7 +182,8 @@ let ConsoleLogger = ConsoleLogger_1 = class ConsoleLogger {
|
|
|
182
182
|
}
|
|
183
183
|
const lastElement = messages[messages.length - 1];
|
|
184
184
|
const isStack = (0, shared_utils_1.isString)(lastElement);
|
|
185
|
-
|
|
185
|
+
// https://github.com/nestjs/nest/issues/11074#issuecomment-1421680060
|
|
186
|
+
if (!isStack && !(0, shared_utils_1.isUndefined)(lastElement)) {
|
|
186
187
|
return { messages, context };
|
|
187
188
|
}
|
|
188
189
|
return {
|