Skip to content

Commit 13784fb

Browse files
committed
Add explicit message if no errors/warnings observed
1 parent 5b01cde commit 13784fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/reproin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ validator-save)
590590
;;
591591
validator-summary)
592592
info "Errors/warnings from current state of the validator:"
593-
grep -E '[0-9]+: \[[A-Z]+\]' "$vallog"
593+
grep -E '[0-9]+: \[[A-Z]+\]' "$vallog" || echo " no messages were found"
594594
;;
595595
validator-show)
596596
${PAGER:-vim} $vallog

0 commit comments

Comments
 (0)