mirror of
https://github.com/chylex/IntelliJ-Rainbow-Brackets.git
synced 2025-05-07 09:34:07 +02:00
Stop swallowing all exceptions during highlighting
This commit is contained in:
parent
02f46987b4
commit
92baf7cad5
@ -35,7 +35,6 @@ abstract class RainbowHighlightVisitor : HighlightVisitor {
|
||||
onBeforeAnalyze(file, updateWholeFile)
|
||||
try {
|
||||
action.run()
|
||||
} catch (e: Throwable) {
|
||||
} finally {
|
||||
onAfterAnalyze()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user