This commit is contained in:
parent
9bd519129a
commit
7a6e83f035
1 changed files with 0 additions and 2 deletions
2
index.js
2
index.js
|
@ -115,9 +115,7 @@ async function recurseDirectory(reports, path) {
|
|||
else {
|
||||
if (!file.name.endsWith(".html")) continue;
|
||||
const content = await readFile(filePath, "utf-8");
|
||||
console.time(filePath);
|
||||
reports[path] = await processFile(content);
|
||||
console.timeEnd(filePath);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue