objectManager: Fix undefined variable

Spotted by eslint.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/375
This commit is contained in:
Florian Müllner 2019-01-29 23:55:05 +01:00 committed by Florian Müllner
parent a7943ff934
commit c264cc4131

View File

@ -160,7 +160,7 @@ var ObjectManager = class {
try {
initable.init_finish(result);
} 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();
return;