refactor(core): 移除@Inject参数装饰器,统一使用@InjectProperty (#229)
* refactor(core): 移除@Inject参数装饰器,统一使用@InjectProperty * refactor(core): 移除@Inject参数装饰器,统一使用@InjectProperty
This commit is contained in:
@@ -213,6 +213,7 @@ export class Core {
|
||||
);
|
||||
|
||||
this._debugManager = this._serviceContainer.resolve(DebugManager);
|
||||
this._debugManager.onInitialize();
|
||||
}
|
||||
|
||||
this.initialize();
|
||||
@@ -488,6 +489,7 @@ export class Core {
|
||||
);
|
||||
|
||||
this._instance._debugManager = this._instance._serviceContainer.resolve(DebugManager);
|
||||
this._instance._debugManager.onInitialize();
|
||||
}
|
||||
|
||||
// 更新Core配置
|
||||
|
||||
Reference in New Issue
Block a user