Skip to content

Commit 79bd22c

Browse files
fix IntArg error on any value
1 parent 9c4ca1a commit 79bd22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ArgumentSystem/Arguments/IntArgument.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public override string InputDescription
4545
return $"Value must be at most {_maxValue} e.g. {_maxValue - 42}";
4646
}
4747

48-
throw new AndrzejFuckedUpException();
48+
return "Any number e.g. 2";
4949
}
5050
}
5151

0 commit comments

Comments
 (0)