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 6d4de9f commit 6eeec42Copy full SHA for 6eeec42
scripts/checkDeadLinks.js
@@ -69,7 +69,6 @@ async function appendDeadLinkToFile(deadLink) {
69
* Process a single file to extract and check links.
70
* @param {string} filePath - The path to the file.
71
* @param {string[]} excludePatterns - Patterns to exclude from link checking.
72
- * @param {object[]} deadLinks - Array to collect dead link information.
73
* @param {object} counters - Counters to keep track of total and dead links.
74
*/
75
async function processFile(filePath, excludePatterns, counters) {
0 commit comments