You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You have a small typo in /lib/psutil.js, _cpu_times_linux function.
line 282. var values = lines[i] (instead of 0)
would have made it a pull request, but... you know how it goes.
You have a small typo in /lib/psutil.js, _cpu_times_linux function.
line 282. var values = lines[i] (instead of 0)
would have made it a pull request, but... you know how it goes.
great library btw,
using it in my project https://github.com/Zolmeister/ZMonitor
The text was updated successfully, but these errors were encountered: