Skip to content

Commit

Permalink
Update core/deployment/src/main/java/io/quarkus/deployment/dev/Isolat…
Browse files Browse the repository at this point in the history
…edDevModeMain.java

Co-authored-by: Guillaume Smet <[email protected]>
  • Loading branch information
geoand and gsmet authored Dec 13, 2021
1 parent d8eaef2 commit d7ecef7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ public void close() {
stop();
if (RuntimeUpdatesProcessor.INSTANCE == null) {
throw new IllegalStateException(
"Hot deployment of the application is not supported when updating the quarkus version. The application needs to be stopped and dev-mode started up again");
"Hot deployment of the application is not supported when updating the Quarkus version. The application needs to be stopped and dev mode started up again");
}
} finally {
try {
Expand Down

0 comments on commit d7ecef7

Please sign in to comment.