@ives_xxz/framework 1.5.10 → 1.5.12
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/FrameworkBase.ts +0 -7
- package/package.json +1 -1
package/FrameworkBase.ts
CHANGED
|
@@ -91,13 +91,6 @@ export abstract class FrameworkBase {
|
|
|
91
91
|
`${bundleName}${FWSystemDefine.FWBindTag.HANDLE}`
|
|
92
92
|
);
|
|
93
93
|
}
|
|
94
|
-
|
|
95
|
-
// 调用子类的 initialize 方法
|
|
96
|
-
this.initialize?.();
|
|
97
|
-
|
|
98
|
-
FWLog.debug(
|
|
99
|
-
`[${this.moduleName}] Dependencies setup for bundle: ${bundleName}`
|
|
100
|
-
);
|
|
101
94
|
}
|
|
102
95
|
|
|
103
96
|
protected async invoke<T>(
|