Skip to content

Commit

Permalink
str
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Jul 26, 2024
1 parent 1c05303 commit b7b7c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/babashka/process.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@

:else
(fs/which program))]
resolved
(str resolved)
(throw (ex-info (str "Cannot resolve program: " program) {}))))

(defn ^:no-doc default-program-resolver
Expand Down

0 comments on commit b7b7c69

Please sign in to comment.