@sentio/runtime 2.59.0-rc.36 → 2.59.0-rc.37

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.
@@ -38345,7 +38345,8 @@ var AbstractStoreContext = class {
38345
38345
  unsolved_requests.record(this.defers.size, { processId: this.processId });
38346
38346
  }
38347
38347
  error(processId, e) {
38348
- console.error("process error", processId, e);
38348
+ const stack = new Error().stack;
38349
+ console.error("process error", processId, e, stack);
38349
38350
  const errorResult = ProcessResult.create({
38350
38351
  states: {
38351
38352
  error: e?.toString()
@@ -59860,4 +59861,4 @@ long/umd/index.js:
59860
59861
  @noble/curves/esm/secp256k1.js:
59861
59862
  (*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
59862
59863
  */
59863
- //# sourceMappingURL=chunk-OS67OWYG.js.map
59864
+ //# sourceMappingURL=chunk-NVQB62KF.js.map