@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/esm/index.js CHANGED
@@ -1879,7 +1879,7 @@ class AbstractEngine {
1879
1879
  return this.graphRuntime.whenIdle();
1880
1880
  }
1881
1881
  dispose() {
1882
- this.graphRuntime.dispose();
1882
+ // this.graphRuntime.dispose();
1883
1883
  }
1884
1884
  }
1885
1885