From 343def0b1e272dea19adf4a157560142faa9d51a Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 20 Jun 2022 02:27:23 +0200 Subject: [PATCH] fix(cli): void-function relpath on 'doom compile' --- core/cli/compile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/cli/compile.el b/core/cli/compile.el index 24440b174..d01559fc4 100644 --- a/core/cli/compile.el +++ b/core/cli/compile.el @@ -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")