Skip to content

Commit d9898f0

Browse files
committed
lint
1 parent 94f78ee commit d9898f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/html-validate.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ async function validateParallel() {
124124
const now = Date.now();
125125
pendingSuccessCount++;
126126
lastSuccessFilePath = result.filePath;
127-
127+
128128
if (now - lastSuccessReportTime >= DEBOUNCE_INTERVAL) {
129129
console.log(`✅ (${completedTasks} of ${targets.length}) ${relativeFilePath}`);
130130
lastSuccessReportTime = now;

0 commit comments

Comments
 (0)