Fuzzy application search results for Gnome Search
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
25 | Active |
24 | Active |
23 | Active |
22 | Rejected |
21 | Rejected |
20 | Active |
19 | Active |
18 | Active |
17 | Inactive |
16 | Active |
15 | Active |
14 | Inactive |
13 | Active |
12 | Active |
11 | Active |
10 | Active |
9 | Rejected |
8 | Rejected |
7 | Rejected |
6 | Rejected |
5 | Rejected |
4 | Rejected |
3 | Active |
2 | Active |
1 | Active |
guess who's back back again
Erg, I guess I should have linked you to documentation: https://gitlab.gnome.org/GNOME/gjs/-/blob/master/doc/Logging.md#logerror You'll have to invert the arguments to `logError()`, or the call itself will throw an error. The usage is like this: ```js try { throw new Error('failed'); } catch (e) { logError(e, 'An error occurred'); } ```
OOOOOOOOHHHH alright goddammit i should've absolutely tested that but it seemed kinda trivial