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.
- package/esm2020/lib/core/services/error/monkeyecx-others-errors-handling.service.mjs +4 -1
- package/fesm2015/monkey-front-core.mjs +3 -0
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +3 -0
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/monkey-front-core-0.0.527.tgz +0 -0
- package/package.json +3 -3
- package/monkey-front-core-0.0.525.tgz +0 -0
|
@@ -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'
|