Merge pull request #822 from akermu/redirect_error_output
Redirect error ouput in `ghc-run-ghc-mod'
This commit is contained in:
commit
44ff0a8837
@ -211,7 +211,7 @@
|
|||||||
default-directory))) ;; ghc-mod root
|
default-directory))) ;; ghc-mod root
|
||||||
(with-temp-buffer
|
(with-temp-buffer
|
||||||
(let ((default-directory cdir))
|
(let ((default-directory cdir))
|
||||||
(apply 'ghc-call-process target nil t nil
|
(apply 'ghc-call-process target nil '(t nil) nil
|
||||||
(append (ghc-make-ghc-options) cmds))
|
(append (ghc-make-ghc-options) cmds))
|
||||||
(buffer-substring (point-min) (1- (point-max)))))))))
|
(buffer-substring (point-min) (1- (point-max)))))))))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user