Skip to content

Commit

Permalink
weblocopener-57: Added message
Browse files Browse the repository at this point in the history
  • Loading branch information
benchdoos committed Oct 28, 2023
1 parent 8d42ad8 commit 3938d13
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,10 @@ serverApplicationVersion, new CoreUtils().getCurrentAppVersion())
new CoreUtils().getCurrentAppVersion(),
serverApplicationVersion);
}
} else onNewVersionAvailable();
} else {
log.warn("Dev mode is active, showing message, new version is available");
onNewVersionAvailable();
}
}

private void onNewVersionAvailable() {
Expand Down

0 comments on commit 3938d13

Please sign in to comment.