Skip to content

extensionSystem: Add missing return value

Florian Müllner requested to merge fmuellner/gnome-shell:missing-return into master

_callExtensionInit() should return whether the extension was initialized successfully or not, but the early return added in commit 2a9e065c doesn't.

Merge request reports