Skip to content

Commit

Permalink
fix: load script messages
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jun 7, 2024
1 parent 4f328e3 commit 8f5cf25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lisp/_prepare.el
Original file line number Diff line number Diff line change
Expand Up @@ -1681,7 +1681,8 @@ For arguments MSG and ARGS, please see function `eask-print' for the detials."
For arguments MSG and ARGS, please see function `eask--format-paint-kwds' for
the detials."
(message (apply #'eask--format-paint-kwds msg args)))
(apply #'eask-write msg args)
(eask-princ "\n" t))

(defun eask-write (msg &rest args)
"Like the function `eask-msg' but without newline at the end.
Expand Down
2 changes: 1 addition & 1 deletion lisp/core/recompile.el
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

(eask-start
(eask-call "clean/elc")
(eask-println "")
(eask-write "")
(eask-call "core/compile"))

;;; core/recompile.el ends here

0 comments on commit 8f5cf25

Please sign in to comment.