Skip to content

Commit

Permalink
pass verbose to flag()
Browse files Browse the repository at this point in the history
  • Loading branch information
ManInMyVan authored Jan 10, 2025
1 parent 405b679 commit 8968acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ac/grim/grimac/checks/Check.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public void updateExempted() {
}

public final boolean flagAndAlert(String verbose) {
if (flag()) {
if (flag(verbose)) {
alert(verbose);
return true;
}
Expand Down

0 comments on commit 8968acf

Please sign in to comment.