@alpic80/rivet-core 1.24.2-aidon.13 → 1.24.2-aidon.14
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/bundle.cjs
CHANGED
|
@@ -15504,7 +15504,7 @@ var GraphProcessor = class _GraphProcessor {
|
|
|
15504
15504
|
}
|
|
15505
15505
|
const startNodes = this.runToNodeIds ? this.#graph.nodes.filter((node) => {
|
|
15506
15506
|
var _a;
|
|
15507
|
-
return (_a = this.runToNodeIds) == null ? void 0 : _a.includes(node.id);
|
|
15507
|
+
return ((_a = this.runToNodeIds) == null ? void 0 : _a.includes(node.id)) || node.type === "setGlobal";
|
|
15508
15508
|
}) : this.#graph.nodes.filter((node) => this.#outputNodesFrom(node).nodes.length === 0);
|
|
15509
15509
|
await this.#waitUntilUnpaused();
|
|
15510
15510
|
for (const startNode of startNodes) {
|