mirror of
https://github.com/correl/melpa.git
synced 2024-11-24 11:09:51 +00:00
Hotfix to let build continue after error.
This commit is contained in:
parent
73cd32ccae
commit
e456ea3cbf
1 changed files with 0 additions and 3 deletions
|
@ -607,9 +607,6 @@ FILES is a list of (SOURCE . DEST) relative filepath pairs."
|
|||
(package-build-archive pkg)
|
||||
('error
|
||||
(message "%s" (error-message-string err))
|
||||
(message "%s" (mapconcat
|
||||
'identity
|
||||
(nthcdr 8 (split-string pb/debugger-return "\n")) "\n"))
|
||||
nil))))
|
||||
|
||||
(defun package-build-all ()
|
||||
|
|
Loading…
Reference in a new issue