Skip to content

Commit 52ff7a2

Browse files
thosmosdnolen
authored andcommitted
Fix tiny bug in index-node-modules when no second argument is given
1 parent 8f5d982 commit 52ff7a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/clojure/cljs/closure.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2110,6 +2110,7 @@
21102110
(defn index-node-modules
21112111
([npm-deps]
21122112
(index-node-modules
2113+
npm-deps
21132114
(when env/*compiler*
21142115
(:options @env/*compiler*))))
21152116
([npm-deps opts]

0 commit comments

Comments
 (0)