CR Update: Fix typo in extensionmanager
This commit is contained in:
parent
08fdb10f6d
commit
db0f751a68
@ -68,7 +68,7 @@ export default class ExtensionManager {
|
||||
// preRegistrationHook
|
||||
if (extension.preRegistration) {
|
||||
extension.preRegistration({
|
||||
serviceManager: this._servicesManager,
|
||||
servicesManager: this._servicesManager,
|
||||
configuration,
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user