Skip to content

Commit d81426d

Browse files
committed
change links checked output from !quiet to verbose
1 parent e6703d0 commit d81426d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

markdown-link-check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const reporters = {
5555
}
5656
});
5757

58-
if (!opts.quiet) {
58+
if (opts.verbose) {
5959
console.log("\n %s link%s checked.", results.length, results.length === 1 ? '' : 's');
6060
}
6161

0 commit comments

Comments
 (0)