mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
fix(cli): void-function relpath on 'doom compile'
This commit is contained in:
@ -163,7 +163,7 @@ If RECOMPILE-P is non-nil, only recompile out-of-date files."
|
|||||||
(byte-compile-file target)
|
(byte-compile-file target)
|
||||||
(quiet! (byte-compile-file target))))
|
(quiet! (byte-compile-file target))))
|
||||||
(`no-byte-compile
|
(`no-byte-compile
|
||||||
(doom-log "(% 3d/%d) Ignored %s" i total-modules (relpath target))
|
(doom-log "(% 3d/%d) Ignored %s" i total-modules target)
|
||||||
total-noop)
|
total-noop)
|
||||||
(`nil
|
(`nil
|
||||||
(print! (error "(% 3d/%d) Failed to compile %s")
|
(print! (error "(% 3d/%d) Failed to compile %s")
|
||||||
|
Reference in New Issue
Block a user