af132dd884
Otherwise any unrelated errors in that function are hidden, because exceptions in async functions are turned into promise rejections (and JS cannot know that we won't handle it at a later point). It wouldn't happen to me of course 😉 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2406>