mirror of
https://github.com/correl/melpa.git
synced 2024-11-24 19:19:52 +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)
|
(package-build-archive pkg)
|
||||||
('error
|
('error
|
||||||
(message "%s" (error-message-string err))
|
(message "%s" (error-message-string err))
|
||||||
(message "%s" (mapconcat
|
|
||||||
'identity
|
|
||||||
(nthcdr 8 (split-string pb/debugger-return "\n")) "\n"))
|
|
||||||
nil))))
|
nil))))
|
||||||
|
|
||||||
(defun package-build-all ()
|
(defun package-build-all ()
|
||||||
|
|
Loading…
Reference in a new issue