mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 11:50:54 +07:00
fix "PCE should never be logged" exception
GitOrigin-RevId: 926431707e5b10d0826be1124722541b1339b20d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
001086724a
commit
194495539f
@@ -120,7 +120,7 @@ public final class VfsEventsMerger {
|
||||
}
|
||||
}
|
||||
catch (ProcessCanceledException pce) { // todo remove
|
||||
((FileBasedIndexEx)FileBasedIndex.getInstance()).getLogger().error(pce);
|
||||
((FileBasedIndexEx)FileBasedIndex.getInstance()).getLogger().error(new RuntimeException(pce));
|
||||
assert false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user