Skip to content

Commit

Permalink
Message what's being byte-compiled
Browse files Browse the repository at this point in the history
  • Loading branch information
pkryger committed Nov 15, 2024
1 parent 1235546 commit 673ebb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/batch-byte-compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ for pattern in \
tree-sitter-langs--testing t) ; tree-sitter-langs is for pre Emacs-29
(load-file "'"${EMACS_DIR}"'/init.el")
(setq exordium--require-package-archives package-archives)
(message "===Byte compilation start===")
(message "===Byte compilation start: %s===" command-line-args-left)
(batch-byte-compile))' \
"${files[@]}"
done
Expand Down

0 comments on commit 673ebb4

Please sign in to comment.