Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gobbo_a committed Mar 1, 2022
1 parent 47cd08b commit e9eecaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ch/psi/jstriptool/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ public void windowClosing(java.awt.event.WindowEvent e) {
startLock.wait();
}

if (isArgumentDefined("cli")){
if (hasArgument("cli")){
//Run console
String cursor = "> ";
try (BufferedReader reader = new BufferedReader(new InputStreamReader(System.in))) {
Expand Down

0 comments on commit e9eecaf

Please sign in to comment.