mirror of
https://github.com/correl/melpa.git
synced 2024-11-22 03:00:11 +00:00
More informative error message
This commit is contained in:
parent
e0c4c53284
commit
1a2c6e5d80
1 changed files with 1 additions and 1 deletions
|
@ -711,7 +711,7 @@ Optionally PRETTY-PRINT the data."
|
|||
(let* ((pkgfile-info (cdr package-def))
|
||||
(descr (nth 2 pkgfile-info)))
|
||||
(when (string-match "[\r\n]" descr)
|
||||
(error "Illegal multi-line package description"))
|
||||
(error "Illegal multi-line package description in %s" file-path))
|
||||
(vector
|
||||
(nth 0 pkgfile-info)
|
||||
(mapcar
|
||||
|
|
Loading…
Reference in a new issue