dolphindb 2.0.955 → 2.0.956

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/browser.js CHANGED
@@ -2330,6 +2330,7 @@ class DDB {
2330
2330
  resolve();
2331
2331
  }
2332
2332
  catch (error) {
2333
+ this.error ??= error;
2333
2334
  reject(error);
2334
2335
  }
2335
2336
  });