Skip to content

Commit

Permalink
Follow commit 2ddadc972be51917afb1cea57d1c8c40478bd307: print args
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Dec 27, 2024
1 parent c1715bf commit 341aebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/borkdude/deps.clj
Original file line number Diff line number Diff line change
Expand Up @@ -1149,5 +1149,5 @@ public class ClojureToolsDownloader {
main-args (into main-args (:args cli-opts))]
(when (and (= :repl mode)
(pos? (count (:args cli-opts))))
(warn "WARNING: Implicit use of clojure.main with options is deprecated, use -M"))
(apply warn "WARNING: Implicit use of clojure.main with options is deprecated, use -M" (:args cli-opts)))
(*clojure-process-fn* {:cmd main-args})))))))

0 comments on commit 341aebf

Please sign in to comment.