fix(cli): void-function relpath on 'doom compile'

This commit is contained in:
Henrik Lissner 2022-06-20 02:27:23 +02:00
parent 8b93e8b15c
commit 343def0b1e
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -163,7 +163,7 @@ If RECOMPILE-P is non-nil, only recompile out-of-date files."
(byte-compile-file target)
(quiet! (byte-compile-file target))))
(`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)
(`nil
(print! (error "(% 3d/%d) Failed to compile %s")