mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 20:19:06 +00:00
Merge branch '3.5.x'
Closes gh-48306
This commit is contained in:
+1
-1
@@ -244,7 +244,7 @@ public class CommandRunner implements Iterable<Command> {
|
||||
if (ex instanceof CommandException commandException) {
|
||||
options = commandException.getOptions();
|
||||
if (options.contains(CommandException.Option.RETHROW)) {
|
||||
throw (CommandException) ex;
|
||||
throw commandException;
|
||||
}
|
||||
}
|
||||
boolean couldNotShowMessage = false;
|
||||
|
||||
Reference in New Issue
Block a user