effect 3.17.7 → 3.17.8

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.
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.setCurrentVersion = exports.getCurrentVersion = void 0;
7
- let moduleVersion = "3.17.7";
7
+ let moduleVersion = "3.17.8";
8
8
  const getCurrentVersion = () => moduleVersion;
9
9
  exports.getCurrentVersion = getCurrentVersion;
10
10
  const setCurrentVersion = version => {
@@ -5290,7 +5290,7 @@ export class Defect extends /*#__PURE__*/transform(Unknown, Unknown, {
5290
5290
  err.stack = "stack" in i && typeof i.stack === "string" ? i.stack : "";
5291
5291
  return err;
5292
5292
  }
5293
- return String(i);
5293
+ return internalCause_.prettyErrorMessage(i);
5294
5294
  },
5295
5295
  encode: a => {
5296
5296
  if (a instanceof Error) {