We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90010a9 commit 25d249cCopy full SHA for 25d249c
spring-shell-core/src/main/java/org/springframework/shell/Shell.java
@@ -265,7 +265,7 @@ protected Object evaluate(Input input) {
265
finally {
266
Signals.unregister("INT", sh);
267
}
268
- if (e != null) {
+ if (e != null && !(e instanceof ExitRequest)) {
269
try {
270
CommandHandlingResult processException = processException(commandExceptionResolvers, e);
271
processExceptionNonInt = processException;
0 commit comments