mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
fix(cli): excessive "cannot find X" logs
It doesn't really matter if these files can't be found, and it only services to fill up the logs with noise.
This commit is contained in:
@ -200,10 +200,7 @@ list remains lean."
|
|||||||
((file-exists-p error-file)
|
((file-exists-p error-file)
|
||||||
(when (file-newer-than-file-p file error-file)
|
(when (file-newer-than-file-p file error-file)
|
||||||
(doom-log "packages:eln: %s is newer than %s" file error-file)
|
(doom-log "packages:eln: %s is newer than %s" file error-file)
|
||||||
t))
|
t))))))
|
||||||
((file-exists-p (byte-compile-dest-file file))
|
|
||||||
(doom-log "packages:eln: cannot find %s" eln-name)
|
|
||||||
t)))))
|
|
||||||
|
|
||||||
(defun doom-packages--native-compile-done-h (file)
|
(defun doom-packages--native-compile-done-h (file)
|
||||||
"Callback fired when an item has finished async compilation."
|
"Callback fired when an item has finished async compilation."
|
||||||
|
Reference in New Issue
Block a user