mirror of
https://github.com/RaiMan/SikuliX1.git
synced 2023-06-02 10:04:55 +03:00
cosmetics
This commit is contained in:
@@ -294,7 +294,7 @@ public class Commons {
|
||||
}
|
||||
|
||||
public static boolean hasArg(String arg) {
|
||||
return cmdLine == null ? false : cmdLine.hasOption(arg);
|
||||
return cmdLine != null && cmdLine.hasOption(arg);
|
||||
}
|
||||
|
||||
public static String getArg(String arg) {
|
||||
|
||||
Reference in New Issue
Block a user