You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-tools/spring-boot-loader-tools/src/main/java/org/springframework/boot/loader/tools/RunProcess.java
+22-2Lines changed: 22 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -113,13 +113,33 @@ public Process getRunningProcess() {
113
113
* @return {@code true} if stopped
114
114
*/
115
115
publicbooleanhandleSigInt() {
116
-
// if the process has just ended, probably due to this SIGINT, consider handled.
0 commit comments