Skip to content

Commit db0f3ec

Browse files
committed
Update TrakerrClient
1 parent 457b550 commit db0f3ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,8 +403,8 @@
403403
var cpu = cpus[i];
404404

405405
//Total up the time in the cores tick
406-
for (type in cpu.times) {
407-
totalTick += cpu.times[type];
406+
for (stats in cpu.times) {
407+
totalTick += cpu.times[stats];
408408
}
409409

410410
//Total up the idle time of the core

0 commit comments

Comments
 (0)