Skip to content

Commit

Permalink
Print full launch command when starting a process
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdone committed Mar 1, 2015
1 parent 5c75b88 commit 9c63ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haskell-commands.el
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
(haskell-process-set-process
process
(progn
(haskell-process-log (propertize (car log-and-command)))
(haskell-process-log (propertize (format "%S" log-and-command)))
(apply #'start-process (cdr log-and-command)))))
(progn (set-process-sentinel (haskell-process-process process) 'haskell-process-sentinel)
(set-process-filter (haskell-process-process process) 'haskell-process-filter))
Expand Down

0 comments on commit 9c63ce2

Please sign in to comment.