diff --git a/sci b/sci index a75de7d9..73bd9486 160000 --- a/sci +++ b/sci @@ -1 +1 @@ -Subproject commit a75de7d92fbe590f72f22cfb43cb1a21021eb207 +Subproject commit 73bd948625973ad383d512750280c297436afb2c diff --git a/src/babashka/main.clj b/src/babashka/main.clj index 12298662..4cff399f 100644 --- a/src/babashka/main.clj +++ b/src/babashka/main.clj @@ -944,8 +944,8 @@ Use bb run --help to show this help output. ;; execute code (sci/binding [sci/file abs-path] (try - ;; when evaluating expression(s), add in repl-requires so things like - ;; pprint and dir are available + ; when evaluating expression(s), add in repl-requires so things like + ; pprint and dir are available (sci/eval-form sci-ctx `(apply require (quote ~clojure-main/repl-requires))) (loop [] (let [in (read-next *in*)]