Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9431db4

Browse files
committed
Fixed bug in AutoExit
1 parent ad9b05f commit 9431db4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/ch/trick17/javaprocesses/AutoExit.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ public static void install() {
3636
new AutoExit().start();
3737
}
3838

39+
public AutoExit() {
40+
setDaemon(true);
41+
}
42+
3943
@Override
4044
public void run() {
4145
try {

0 commit comments

Comments
 (0)