We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 275dab4 commit 5393eb9Copy full SHA for 5393eb9
lisp/_prepare.el
@@ -732,6 +732,13 @@ Argument BODY are forms for execution."
732
(eask-with-verbosity 'debug
733
;; Handle `--force` flag.
734
(when should-reinstall-p (package-delete (eask-package-desc pkg t) t))
735
+ ;; XXX: Without ignore-errors guard, it will trigger error
736
+ ;;
737
+ ;; Can't find library xxxxxxx.el
738
739
+ ;; But we can remove this after Emacs 28, since function `find-library-name'
740
+ ;; has replaced the function `signal' instead of the `error'.
741
742
;; Install it.
743
(eask-ignore-errors (package-install-file (expand-file-name file))))
744
"done ✓")))))
0 commit comments