There was an error while loading. Please reload this page.
1 parent 2e24167 commit 0c89019Copy full SHA for 0c89019
1 file changed
src/platform.js
@@ -665,6 +665,7 @@ export class PlatformGnomeShell extends AbstractPlatform {
665
continue;
666
667
// DtD exports `dockManager` specifically for other extensions.
668
+ // eslint-disable-next-line no-await-in-loop
669
const {dockManager} = await import(`${extension.dir.get_uri()}/extension.js`);
670
if (!dockManager)
671
0 commit comments