перенос проходов в центральный модуль
This commit is contained in:
@@ -30,7 +30,7 @@ public class UpdateComponent extends Pass<Component> {
|
||||
subPassCode = PassCode.DownloadComponent;
|
||||
break;
|
||||
}
|
||||
if ((subPassCode != null) && passes.get(subPassCode).Do()) {
|
||||
if ((subPassCode != null) && Global.mainModule.getPass(subPassCode).Do()) {
|
||||
//</editor-fold>
|
||||
if (!Global.mainModule.getComponent().getNewFile().exists())
|
||||
throw new PassException("Не удалось получить новый файл для компонента " + Global.mainModule.getComponent().getComponentType().getDescription());
|
||||
|
||||
Reference in New Issue
Block a user