forked from phoedos/pmd
Fix wrong developer mode condition
This commit is contained in:
parent
cd7ca8055f
commit
8d7b885d83
@ -112,7 +112,7 @@ public class Designer extends Application {
|
||||
|
||||
stage.setScene(scene);
|
||||
|
||||
if (owner.isDeveloperMode()) {
|
||||
if (!owner.isDeveloperMode()) {
|
||||
// only close after initialization succeeded.
|
||||
// but before stage.show to reduce unwanted noise
|
||||
System.err.close();
|
||||
|
Loading…
x
Reference in New Issue
Block a user