Fix error formatting

This commit is contained in:
Robert Irelan 2019-05-01 16:17:48 -07:00
parent b1f38c1c4d
commit d62081aaad

View file

@ -217,8 +217,8 @@ Output and error printed to a temporary buffer."
(rv (call-process-shell-command command nil buf)))
(unless (eql 0 rv)
(error (concat "gac--shell-command-throw: "
"Exit code %d from command: %s"
rv command)))))
"Exit code %d from command: %s")
rv command))))
(defun gac--shell-command-to-string-throw (command)
"Run shell command and return standard output as string.