progress of tar import through WS

This commit is contained in:
zadam
2019-02-10 16:36:25 +01:00
parent 51175e3676
commit cde68abec9
11 changed files with 47 additions and 18 deletions

View File

@@ -430,7 +430,7 @@ async function runChecks() {
await runAllChecks();
elapsedTimeMs = new Date().getTime() - startTime.getTime();
elapsedTimeMs = Date.now() - startTime.getTime();
});
if (fixedIssues) {