Skip to content

Commit e05864f

Browse files
authored
change links checked output from !quiet to verbose
1 parent 5732d1b commit e05864f

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 links checked.", results.length);
6060
}
6161

0 commit comments

Comments
 (0)