lint clean
This commit is contained in:
parent
581c2704ca
commit
2e38b9a97b
@ -14,8 +14,12 @@ module.exports = skip => {
|
||||
stop = time;
|
||||
}
|
||||
}
|
||||
if (cmd === 15) { up = time; }
|
||||
else if (cmd === 14) { total += (time - up); up = time; }
|
||||
if (cmd === 15) {
|
||||
up = time;
|
||||
} else
|
||||
if (cmd === 14) {
|
||||
total += (time - up); up = time;
|
||||
}
|
||||
},
|
||||
time: () => stop - start,
|
||||
uptime: () => total
|
||||
|
Loading…
x
Reference in New Issue
Block a user