@bian-womp/spark-graph 0.3.70 → 0.3.71
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/lib/cjs/index.cjs
CHANGED
|
@@ -3658,7 +3658,7 @@ class GraphRuntime {
|
|
|
3658
3658
|
// State
|
|
3659
3659
|
this.environment = {};
|
|
3660
3660
|
this.customNodeData = {};
|
|
3661
|
-
this.runMode =
|
|
3661
|
+
this.runMode = "manual";
|
|
3662
3662
|
this.pauseRefCount = 0;
|
|
3663
3663
|
this.persistentPauseToken = null;
|
|
3664
3664
|
// Initialize components
|