Skip to content

Commit

Permalink
Start webpack IO thread as deamon (#6515)
Browse files Browse the repository at this point in the history
Allows the Java process to terminate with Spring Boot 2.2

Related to vaadin/spring#491
  • Loading branch information
Legioth authored and mehdi-vaadin committed Sep 24, 2019
1 parent 2b3773d commit 9236814
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ private void logStream(InputStream input, Pattern success,
// DevModeHandler to continue
doNotify();
});
thread.setDaemon(true);
thread.setName("webpack");
thread.start();
}
Expand Down

0 comments on commit 9236814

Please sign in to comment.