@punks/backend-core 0.0.81 → 0.0.82

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/dist/cjs/index.js CHANGED
@@ -31281,7 +31281,7 @@ class InternalLogger {
31281
31281
  });
31282
31282
  switch (options.serialization) {
31283
31283
  case exports.MetaSerializationType.JSON:
31284
- return options.maxMetaLength
31284
+ return serializedMeta && options.maxMetaLength
31285
31285
  ? truncateString(serializedMeta, options.maxMetaLength, "...")
31286
31286
  : serializedMeta;
31287
31287
  case exports.MetaSerializationType.None: