We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 295e5dc commit f1b2a41Copy full SHA for f1b2a41
1 file changed
script/check-internal-links.js
@@ -33,7 +33,9 @@ async function main () {
33
process.exit(0)
34
}
35
36
+ console.log('\n==============================')
37
console.log(`Found ${brokenLinks.length} total broken links: ${JSON.stringify([...brokenLinks], null, 2)}`)
38
+ console.log('==============================\n')
39
40
// Exit unsuccessfully if broken links are found.
41
process.exit(1)
0 commit comments