mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
autorunManager: Add missing await keyword
This fixes a regression introduced in commit c6861c0a3d
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2745>
This commit is contained in:
parent
f54af2639d
commit
1ee070a14b
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ var ContentTypeDiscoverer = class {
|
|||
if (contentTypes.length === 0) {
|
||||
const root = mount.get_root();
|
||||
const hotplugSniffer = new HotplugSniffer();
|
||||
[contentTypes] = hotplugSniffer.SniffURIAsync(root.get_uri());
|
||||
[contentTypes] = await hotplugSniffer.SniffURIAsync(root.get_uri());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue