mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
progress of tar import through WS
This commit is contained in:
@@ -430,7 +430,7 @@ async function runChecks() {
|
||||
|
||||
await runAllChecks();
|
||||
|
||||
elapsedTimeMs = new Date().getTime() - startTime.getTime();
|
||||
elapsedTimeMs = Date.now() - startTime.getTime();
|
||||
});
|
||||
|
||||
if (fixedIssues) {
|
||||
|
||||
Reference in New Issue
Block a user