p-e-w / argos

Create GNOME Shell extensions in seconds

Home Page:https://extensions.gnome.org/extension/1176/argos/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning in Log

petres opened this issue · comments

In gnome 3.34.3 I get following warning:

Some code called array.toString() on a Uint8Array instance. Previously this would have interpreted the bytes of the array as a string, but that is nonstandard. In the future this will return the bytes as comma-separated digits. For the time being, the old behavior has been preserved, but please fix your code anyway to explicitly call ByteArray.toString(array).
                                       (Note that array.toString() may have been called implicitly.)
                                       0 readStream/<() ["/home/peter/.local/share/gnome-shell/extensions/argos@pew.worldwidemann.com/utilities.js":282]

Doesn't seem to have any implications, but should be adjusted.