@sentio/runtime 3.9.0-rc.8 → 3.9.0-rc.9

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.
@@ -38129,7 +38129,10 @@ function mergeArrayInPlace(dst, src) {
38129
38129
  return res;
38130
38130
  }
38131
38131
  function errorString(e) {
38132
- return e.message + "\n" + e.stack;
38132
+ if (e instanceof Error) {
38133
+ return e.message + "\n" + e.stack;
38134
+ }
38135
+ return String(e);
38133
38136
  }
38134
38137
  var USER_PROCESSOR = "user_processor";
38135
38138
  function makeEthCallKey(param) {
@@ -60358,4 +60361,4 @@ long/umd/index.js:
60358
60361
  @noble/curves/esm/secp256k1.js:
60359
60362
  (*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
60360
60363
  */
60361
- //# sourceMappingURL=chunk-P4RGL4TZ.js.map
60364
+ //# sourceMappingURL=chunk-VNWNJ423.js.map