no message
This commit is contained in:
@@ -29,8 +29,8 @@ public class PickCompilerOptions extends Pass<OptionsJson> {
|
||||
if (!(compiler.helpLoaded || Global.mainModule.getPass(PassCode.ShowCompilerHelp).Do(compiler, false)))
|
||||
return false;
|
||||
compiler.options.Reset();
|
||||
if (args.length>1){
|
||||
target =(OptionsJson) args[1];
|
||||
if (args.length > 1) {
|
||||
target = (OptionsJson) args[1];
|
||||
compiler.options.Synchronize(target);
|
||||
}
|
||||
Dialog<String, CompilerOptionsFields> dialog = new Dialog<String, CompilerOptionsFields>(CompilerOptionsFields.class) {
|
||||
|
||||
Reference in New Issue
Block a user