Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Feb 26, 2024
1 parent 8623def commit 1e2a688
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 @@ -390,7 +390,7 @@
(io/copy in stdin :encoding in-enc))
(catch Exception e
(binding [*out* *err*]
(println "ERROR while copying :in option: "(ex-message e)))))))
(println "ERROR while copying :in option: " (.getMessage e)))))))
(let [;; bb doesn't support map->Process at the moment
res (->Process proc
nil
Expand Down

0 comments on commit 1e2a688

Please sign in to comment.