рефакторинг. переносил текущие объекты в другое место
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user