рефакторинг. переносил текущие объекты в другое место

This commit is contained in:
2024-10-13 22:08:13 +03:00
parent 09b64218bd
commit 6afa2dc892
240 changed files with 1472 additions and 1518 deletions

View File

@@ -10,7 +10,7 @@ public class ResetCurrentProject extends CurrentProjectPass {
protected void performPreparation() throws Exception {
passes.get(PassCode.DeleteDebugResults).Do();
passes.get(PassCode.CloseCurrentProject).Do();
Current_.set(Current.Root, null);
Global.mainModule.set(Current.Root, null);
}
@Override
protected void body() throws Exception {