File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ actual Emacs buffer of the module being loaded."
123123 (haskell-mode-message-line (if reload " Reloaded OK." " OK." ))
124124 (haskell-interactive-mode-compile-error session " Compilation failed." ))
125125 (when cont
126- (condition-case e
126+ (condition-case-unless-debug e
127127 (funcall cont ok)
128128 (error (message " %S " e))
129129 (quit nil )))))
Original file line number Diff line number Diff line change @@ -485,7 +485,7 @@ function and remove this comment.
485485 " Call the command's complete function."
486486 (let ((comp-func (haskell-command-complete command)))
487487 (when comp-func
488- (condition-case e
488+ (condition-case-unless-debug e
489489 (funcall comp-func
490490 (haskell-command-state command)
491491 response)
You can’t perform that action at this time.
0 commit comments