Skip to content

Commit

Permalink
Fix loadProperty
Browse files Browse the repository at this point in the history
  • Loading branch information
benchdoos committed Nov 21, 2016
1 parent 57d81b8 commit f373add
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions UpdateModule/src/com/doos/core/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ public class Main {
public static Mode mode = Mode.NORMAL;

public static void main(String[] args) {
try {
loadProperties();
} catch (RegistryException e) {/*NOP*/}
enableLookAndFeel();
System.out.println("Updater args: " + Arrays.toString(args));
if (args.length > 0) {
Expand Down

0 comments on commit f373add

Please sign in to comment.