Skip to content

Commit 0c89019

Browse files
committed
Fix linting error
1 parent 2e24167 commit 0c89019

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/platform.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,7 @@ export class PlatformGnomeShell extends AbstractPlatform {
665665
continue;
666666

667667
// DtD exports `dockManager` specifically for other extensions.
668+
// eslint-disable-next-line no-await-in-loop
668669
const {dockManager} = await import(`${extension.dir.get_uri()}/extension.js`);
669670
if (!dockManager)
670671
continue;

0 commit comments

Comments
 (0)