Skip to content

Commit

Permalink
Suppress warnings about path
Browse files Browse the repository at this point in the history
WARNING: Use of :paths external to the project has been deprecated,
please remove:
/opt/homebrew/Cellar/deps-try/HEAD/libexec/deps-try-bb.jar
  • Loading branch information
eval committed May 2, 2024
1 parent 3ce84fe commit af61d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eval/deps_try.clj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#_(prn ::run-clojure :opts opts :args args)
(let [[opts args] (if (map? opts) [opts args] [nil (cons opts args)])]
(fs/with-temp-dir [tmp {}]
(apply p/exec (merge {:dir (str tmp)} opts)
(apply p/exec (merge {:err :string :dir (str tmp)} opts)
"clojure" args))))

(def ^:private dev? (nil? (io/resource "VERSION")))
Expand Down

0 comments on commit af61d56

Please sign in to comment.