Fix #5209: Reset GHCi prompt in multiline mode
GHCi didn't reset the multiline prompt when an exception (in particular, the UserInterrupt exception) occured. This commit uses `finally` to reset the prompt in all cases.
Showing
Please register or sign in to comment