We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94f78ee commit d9898f0Copy full SHA for d9898f0
test/html-validate.mjs
@@ -124,7 +124,7 @@ async function validateParallel() {
124
const now = Date.now();
125
pendingSuccessCount++;
126
lastSuccessFilePath = result.filePath;
127
-
+
128
if (now - lastSuccessReportTime >= DEBOUNCE_INTERVAL) {
129
console.log(`✅ (${completedTasks} of ${targets.length}) ${relativeFilePath}`);
130
lastSuccessReportTime = now;
0 commit comments