Skip to content

Commit

Permalink
Fix some issues in REPL
Browse files Browse the repository at this point in the history
  • Loading branch information
valis committed Feb 25, 2021
1 parent a4ab4b2 commit 454fef8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/kotlin/org/arend/toolWindow/repl/IntellijRepl.kt
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ abstract class IntellijRepl private constructor(
}
}

override fun checkErrors() = runReadAction {
super.checkErrors()
}

override fun typecheckStatements(group: Group, scope: Scope) {
definitionModificationTracker.incModificationCount()
val collector = CollectingOrderingListener()
Expand Down

0 comments on commit 454fef8

Please sign in to comment.