@bian-womp/spark-graph 0.2.48 → 0.2.49

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
@@ -1881,7 +1881,7 @@ class AbstractEngine {
1881
1881
  return this.graphRuntime.whenIdle();
1882
1882
  }
1883
1883
  dispose() {
1884
- this.graphRuntime.dispose();
1884
+ // this.graphRuntime.dispose();
1885
1885
  }
1886
1886
  }
1887
1887