monkey-front-core 0.0.525 → 0.0.527

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.
@@ -5178,7 +5178,10 @@ class MonkeyEcxOthersErrorsHandlingService {
5178
5178
  handleError(error) {
5179
5179
  const { modalService } = this;
5180
5180
  const { message } = error;
5181
+ console.log('=======> monkey-front-core');
5182
+ console.log(error);
5181
5183
  if (new RegExp(/Loading chunk [\d]+ failed/).test(message)) {
5184
+ console.log('xxxxxxxxx');
5182
5185
  modalService.open(VersionChangedComponent, {
5183
5186
  color: 'theme',
5184
5187
  size: 'md'