Fix wrong directory used, wrong sorting and time formatting
This commit is contained in:
@@ -39,7 +39,7 @@ function secondsToHumanReadable(seconds) {
|
||||
}
|
||||
result += padValue(m, 2) + ":";
|
||||
result += padValue(s, 2) + ".";
|
||||
result += msec;
|
||||
result += padValue(msec, 2);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user