mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2025-08-07 23:25:09 +00:00
Changing the error routine to exit with a 1 and to not display help as
it seems to hide the error message. #44
This commit is contained in:
@@ -180,7 +180,7 @@ public class ac {
|
||||
System.err.println(textBundle.format("CommandLineErrorMessage", //$NON-NLS-1$
|
||||
ex.getLocalizedMessage()));
|
||||
ex.printStackTrace();
|
||||
help();
|
||||
System.exit(1);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user