@ts-core/angular 15.0.21 → 15.0.23
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.
|
@@ -6371,6 +6371,7 @@ class TransportLazy extends TransportLocal {
|
|
|
6371
6371
|
super(logger, settings, null);
|
|
6372
6372
|
this.loader = loader;
|
|
6373
6373
|
this.getDispatcher(TransportLazyModuleLoadedEvent.NAME).subscribe(event => this.moduleLoadedHandler(event.data));
|
|
6374
|
+
this.logEventFilters.push(item => item.name !== TransportLazyModuleLoadedEvent.NAME);
|
|
6374
6375
|
}
|
|
6375
6376
|
// --------------------------------------------------------------------------
|
|
6376
6377
|
//
|
|
@@ -6391,7 +6392,7 @@ class TransportLazy extends TransportLocal {
|
|
|
6391
6392
|
// Protected Methods
|
|
6392
6393
|
//
|
|
6393
6394
|
// --------------------------------------------------------------------------
|
|
6394
|
-
async
|
|
6395
|
+
async commandResponseRequestDispatch(command, options, isNeedReply) {
|
|
6395
6396
|
let item = this.getModuleByCommand(command.name);
|
|
6396
6397
|
if (!_.isNil(item)) {
|
|
6397
6398
|
await this.loader.loadIfNeed(item.id);
|