objectManager: Fix undefined variable
Spotted by eslint. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/375
This commit is contained in:
parent
a7943ff934
commit
c264cc4131
@ -160,7 +160,7 @@ var ObjectManager = class {
|
|||||||
try {
|
try {
|
||||||
initable.init_finish(result);
|
initable.init_finish(result);
|
||||||
} catch(e) {
|
} catch(e) {
|
||||||
logError(e, 'could not initialize object manager for object ' + params.name);
|
logError(e, 'could not initialize object manager for object ' + this._serviceName);
|
||||||
|
|
||||||
this._tryToCompleteLoad();
|
this._tryToCompleteLoad();
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user