We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 94ed3b7 + b6e0187 commit 11b255bCopy full SHA for 11b255b
haskell-load.el
@@ -123,7 +123,7 @@ actual Emacs buffer of the module being loaded."
123
(haskell-mode-message-line (if reload "Reloaded OK." "OK."))
124
(haskell-interactive-mode-compile-error session "Compilation failed."))
125
(when cont
126
- (condition-case e
+ (condition-case-unless-debug e
127
(funcall cont ok)
128
(error (message "%S" e))
129
(quit nil)))))
haskell-process.el
@@ -485,7 +485,7 @@ function and remove this comment.
485
"Call the command's complete function."
486
(let ((comp-func (haskell-command-complete command)))
487
(when comp-func
488
489
(funcall comp-func
490
(haskell-command-state command)
491
response)
0 commit comments