@sentio/runtime 2.59.0-rc.25 → 2.59.0-rc.26
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.
@@ -59653,7 +59653,9 @@ var ProcessorServiceImpl = class {
|
|
59653
59653
|
}
|
59654
59654
|
if (request.start) {
|
59655
59655
|
if (!lastBinding) {
|
59656
|
-
|
59656
|
+
console.error("start request received without binding");
|
59657
|
+
subject.error(new Error("start request received without binding"));
|
59658
|
+
continue;
|
59657
59659
|
}
|
59658
59660
|
this.startProcess(request.processId, lastBinding, contexts, subject);
|
59659
59661
|
}
|
@@ -59855,4 +59857,4 @@ long/umd/index.js:
|
|
59855
59857
|
@noble/curves/esm/secp256k1.js:
|
59856
59858
|
(*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
59857
59859
|
*/
|
59858
|
-
//# sourceMappingURL=chunk-
|
59860
|
+
//# sourceMappingURL=chunk-NDPS7LSD.js.map
|