monkey-front-core 21.0.31 → 21.0.32
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.
|
@@ -2653,7 +2653,7 @@ class MonkeyEcxLocaleService {
|
|
|
2653
2653
|
});
|
|
2654
2654
|
await Promise.all(requests);
|
|
2655
2655
|
if (errors.length) {
|
|
2656
|
-
this._errorService.apply(errors);
|
|
2656
|
+
this._errorService.apply(errors[0]);
|
|
2657
2657
|
}
|
|
2658
2658
|
MonkeyEcxLocaleService._loadedBundles.set(`${key}/${lang}`, Date.now());
|
|
2659
2659
|
}
|