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 commitc6861c0a3dPart-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2745> (cherry picked from commit1ee070a14b)
This commit is contained in:
parent
d29fb25269
commit
a05aa23110
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