ywana-core8 0.0.874 → 0.0.875

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.cjs CHANGED
@@ -7203,7 +7203,9 @@ var CollectionContext$1 = function CollectionContext(url, field, host, page, fet
7203
7203
  });
7204
7204
  });
7205
7205
  }, function (error) {
7206
- console.log(error);
7206
+ return Promise.resolve(_this4.load()).then(function () {
7207
+ console.log(error);
7208
+ });
7207
7209
  });
7208
7210
  return Promise.resolve(_temp6 && _temp6.then ? _temp6.then(function () {}) : void 0);
7209
7211
  } catch (e) {