Florian Müllner e585f7d97b scripting: Disable an eslint warning
Calling await in a loop means the asynchronous operations are
run sequentially instead of in-parallel. Usually that's not
what's wanted, so eslint has a rule to warn about this.

However here we use async/await to handle control back to the
mainloop between steps, so running operations sequentially is
actually intended.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/731
2019-09-15 16:02:45 +02:00
..
2019-09-15 16:02:45 +02:00
2019-08-09 10:58:46 -03:00
2019-09-12 19:09:24 +02:00
2019-09-12 19:09:24 +02:00
2019-09-12 16:01:46 +00:00