mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2025-01-11 03:29:43 +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:
parent
3cf8c4a9b5
commit
85763a3dcc
@ -180,7 +180,7 @@ public class ac {
|
||||
System.err.println(textBundle.format("CommandLineErrorMessage", //$NON-NLS-1$
|
||||
ex.getLocalizedMessage()));
|
||||
ex.printStackTrace();
|
||||
help();
|
||||
System.exit(1);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user