diff --git a/.ci/batch-byte-compile.sh b/.ci/batch-byte-compile.sh index c4e8420f..363eac67 100755 --- a/.ci/batch-byte-compile.sh +++ b/.ci/batch-byte-compile.sh @@ -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