fix(cli): void-function relpath on 'doom compile'
This commit is contained in:
parent
8b93e8b15c
commit
343def0b1e
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue