@axiom-lattice/core 1.0.43 → 1.0.45

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/index.js CHANGED
@@ -662,7 +662,7 @@ var _MemoryLatticeManager = class _MemoryLatticeManager extends BaseLatticeManag
662
662
  */
663
663
  registerCheckpointSaver(key, saver) {
664
664
  if (_MemoryLatticeManager.checkpointSavers.has(key)) {
665
- throw new Error(`\u68C0\u67E5\u70B9\u4FDD\u5B58\u5668 "${key}" \u5DF2\u7ECF\u5B58\u5728\uFF0C\u65E0\u6CD5\u91CD\u590D\u6CE8\u518C`);
665
+ console.warn(`\u68C0\u67E5\u70B9\u4FDD\u5B58\u5668 "${key}" \u5DF2\u7ECF\u5B58\u5728\uFF0C\u5C06\u4F1A\u8986\u76D6\u65E7\u7684\u68C0\u67E5\u70B9\u4FDD\u5B58\u5668`);
666
666
  }
667
667
  _MemoryLatticeManager.checkpointSavers.set(key, saver);
668
668
  }