Fix error formatting
This commit is contained in:
parent
b1f38c1c4d
commit
d62081aaad
1 changed files with 2 additions and 2 deletions
|
@ -217,8 +217,8 @@ Output and error printed to a temporary buffer."
|
||||||
(rv (call-process-shell-command command nil buf)))
|
(rv (call-process-shell-command command nil buf)))
|
||||||
(unless (eql 0 rv)
|
(unless (eql 0 rv)
|
||||||
(error (concat "gac--shell-command-throw: "
|
(error (concat "gac--shell-command-throw: "
|
||||||
"Exit code %d from command: %s"
|
"Exit code %d from command: %s")
|
||||||
rv command)))))
|
rv command))))
|
||||||
|
|
||||||
(defun gac--shell-command-to-string-throw (command)
|
(defun gac--shell-command-to-string-throw (command)
|
||||||
"Run shell command and return standard output as string.
|
"Run shell command and return standard output as string.
|
||||||
|
|
Loading…
Add table
Reference in a new issue