Skip to content

Commit

Permalink
Do not load extension manager for java-version tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Pieter12345 committed Aug 13, 2023
1 parent c5a1823 commit 6d39320
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/com/laytonsmith/core/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -1723,6 +1723,10 @@ public void execute(ArgumentParser.ArgumentParserResults parsedArgs) throws Exce
System.exit(0);
}

@Override
public boolean startupExtensionManager() {
return false;
}
}

public static String GetDirectoryTextEditor() {
Expand Down

0 comments on commit 6d39320

Please sign in to comment.