перенос проходов в центральный модуль
This commit is contained in:
@@ -42,7 +42,7 @@ public class StartSelectedDVMConfigurations extends PublishServerObject<TestingS
|
||||
return false;
|
||||
}
|
||||
if (!Global.mainModule.getCompiler().versionLoaded)
|
||||
passes.get(PassCode.ShowCompilerVersion).Do(Global.mainModule.getCompiler(), false);
|
||||
Global.mainModule.getPass(PassCode.ShowCompilerVersion).Do(Global.mainModule.getCompiler(), false);
|
||||
//-----
|
||||
Vector<DVMConfiguration> configurations = Global.testingServer.db.dvm_configurations.getCheckedOrCurrent();
|
||||
if (configurations.isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user