Skip to content

Commit ddc477b

Browse files
committed
1 parent 4d0c593 commit ddc477b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/node

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -eo pipefail
44

55
echo 'Running CLJS test in Node with optimizations :none'
6-
clojure -A:test:cljs-test-runner -c '{:optimizations :none, :preloads [sci.core]}' $@
6+
clojure -A:test:cljs-test-runner -c '{:optimizations :none, :preloads [sci.core]}' "$@"
77

88
echo 'Running CLJS test in Node with optimizations :advanced'
9-
clojure -A:test:cljs-test-runner -c '{:optimizations :advanced, :preloads [sci.core]}' $@
9+
clojure -A:test:cljs-test-runner -c '{:optimizations :advanced, :preloads [sci.core]}' "$@"

0 commit comments

Comments
 (0)