From e570b7f3cc6f532a0e989002edac4d7d08cd9a9f Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 3 Dec 2024 07:13:58 +0000 Subject: [PATCH] Update source, eask-core.el --- eask-core.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/eask-core.el b/eask-core.el index 5cfea74..5d4389b 100644 --- a/eask-core.el +++ b/eask-core.el @@ -3597,6 +3597,10 @@ Arguments FNC and ARGS are used for advice `:around'." (if eask-test-ert--message-loop (apply fnc args) (let ((eask-test-ert--message-loop t)) (cond + ;; (message nil) is used to clear the minibuffer + ;; However, format requires the first argument to be a format string + ((null (car args)) + (apply fnc args)) ((string-match-p "^[ ]+FAILED " (apply #'format args)) (eask-msg (ansi-red (apply #'format args)))) ((string-match-p "^[ ]+SKIPPED " (apply #'format args))