elvetemedve / gnome-shell-extension-system-monitor

Gnome Shell extension for displaying resource usage
GNU General Public License v3.0
87 stars 15 forks source link

Fix ECMAScript 6 type warning #43

Closed elvetemedve closed 6 years ago

elvetemedve commented 6 years ago

This commit fixes warnign messages like: "Some code accessed the property 'Processes' on the module 'util'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway."

elvetemedve commented 6 years ago

Fixes issue https://github.com/elvetemedve/gnome-shell-extension-system-monitor/issues/37.