Revert "turn off loading phase assertions until induced exception are fixed"

This reverts commit 1252f382

GitOrigin-RevId: 721c63b4a28087380e3c6e751df0d2c29d1d48bb
This commit is contained in:
Vladimir Krivosheev
2019-07-25 14:05:37 +03:00
committed by intellij-monorepo-bot
parent fd1ac2cf75
commit 83848439d3
@@ -29,7 +29,7 @@ public enum LoadingPhase {
return Logger.getInstance(LoadingPhase.class);
}
private final static boolean SKIP_LOADING_PHASE = true;
private final static boolean SKIP_LOADING_PHASE = Boolean.parseBoolean("idea.skip.loading.phase");
public static void setCurrentPhase(@NotNull LoadingPhase phase) {
LoadingPhase old = currentPhase.getAndSet(phase);