перенос проходов в центральный модуль
This commit is contained in:
@@ -24,7 +24,7 @@ public class DeleteFile extends ChangeFilePass<DBProjectFile> {
|
||||
@Override
|
||||
protected void performPreparation() throws Exception {
|
||||
if (Global.mainModule.HasFile() && (Global.mainModule.getFile().file.equals(target.file)))
|
||||
passes.get(PassCode.CloseCurrentFile).Do();
|
||||
Global.mainModule.getPass(PassCode.CloseCurrentFile).Do();
|
||||
}
|
||||
@Override
|
||||
protected void body() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user