mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
On error return nil
This commit is contained in:
parent
203315d8cd
commit
000bffabf6
1 changed files with 2 additions and 1 deletions
|
@ -614,7 +614,8 @@ TARGET-SUBDIR is a directory relative to TARGET."
|
|||
(message "%s" (error-message-string err))
|
||||
(message "%s" (mapconcat
|
||||
'identity
|
||||
(nthcdr 8 (split-string pb/debugger-return "\n")) "\n"))))))
|
||||
(nthcdr 8 (split-string pb/debugger-return "\n")) "\n"))
|
||||
nil))))
|
||||
|
||||
(defun package-build-all ()
|
||||
"Build all packages in the `package-build-alist'."
|
||||
|
|
Loading…
Reference in a new issue