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/index.js CHANGED
@@ -2320,6 +2320,7 @@ class DDB {
2320
2320
  resolve();
2321
2321
  }
2322
2322
  catch (error) {
2323
+ this.error ??= error;
2323
2324
  reject(error);
2324
2325
  }
2325
2326
  });