Skip to content

Commit f1b2a41

Browse files
committed
make broken link output easier to find
1 parent 295e5dc commit f1b2a41

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

script/check-internal-links.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ async function main () {
3333
process.exit(0)
3434
}
3535

36+
console.log('\n==============================')
3637
console.log(`Found ${brokenLinks.length} total broken links: ${JSON.stringify([...brokenLinks], null, 2)}`)
38+
console.log('==============================\n')
3739

3840
// Exit unsuccessfully if broken links are found.
3941
process.exit(1)

0 commit comments

Comments
 (0)