mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PlatformProjectOpenProcessor: don't lose opened project (IDEA-CR-49535, IDEA-214504)
GitOrigin-RevId: ace67825dbdc698ecd048df57712515c3228ea7a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ace2a64535
commit
d3bb40d9f1
@@ -205,6 +205,7 @@ public class PlatformProjectOpenProcessor extends ProjectOpenProcessor implement
|
||||
refResult.set(null);
|
||||
}
|
||||
});
|
||||
result = refResult.get();
|
||||
}
|
||||
|
||||
if (result == null || result.first == null) {
|
||||
|
||||
Reference in New Issue
Block a user