Skip to content

Commit fb90282

Browse files
committed
fix warning about Node.js process
1 parent 59a7f26 commit fb90282

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/cljs/cljs/nodejscli.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818

1919
;; Call the user's main function
2020
(when (fn? cljs.core/*main-cli-fn*)
21-
(apply cljs.core/*main-cli-fn* (drop 2 (.-argv nodejs/process))))
21+
(apply cljs.core/*main-cli-fn* (drop 2 (.-argv js/process))))

0 commit comments

Comments
 (0)