diff --git a/src/babashka/pods/impl.clj b/src/babashka/pods/impl.clj index 1d5ad40..05da9a1 100644 --- a/src/babashka/pods/impl.clj +++ b/src/babashka/pods/impl.clj @@ -310,7 +310,7 @@ (let [s (slurp f)] (when (str/ends-with? s "\n") (str/trim s))))] - (Integer. s) + (Integer/parseInt s) (recur))))) (defn debug [& strs]