no message
This commit is contained in:
@@ -2,7 +2,6 @@ package _VisualDVM.Passes.All;
|
||||
import Common.CommonConstants;
|
||||
import Common.Passes.Pass;
|
||||
import Common.Visual.Windows.Dialog.Dialog;
|
||||
import _VisualDVM.Current;
|
||||
import _VisualDVM.Global;
|
||||
import _VisualDVM.GlobalData.Compiler.Compiler;
|
||||
import _VisualDVM.GlobalData.Compiler.CompilerType;
|
||||
@@ -28,7 +27,7 @@ public class PickCompilerEnvironments extends Pass<String> {
|
||||
//-
|
||||
@Override
|
||||
protected boolean canStart(Object... args) throws Exception {
|
||||
if (Global.mainModule.getDb().runConfigurations.getUI().Check(Log)) {
|
||||
if (Global.mainModule.getDb().runConfigurations.getUI().CheckCurrent(Log)) {
|
||||
configuration = Global.mainModule.getDb().runConfigurations.getUI().getCurrent();
|
||||
if (configuration.compiler_id == CommonConstants.Nan) {
|
||||
Log.Writeln_("Отсутвует DVM компилятор, связанный с текущей конфигурацией запуска.\n" +
|
||||
|
||||
Reference in New Issue
Block a user