We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1046cf9 commit 74ef21bCopy full SHA for 74ef21b
src/main/clojure/cljs/analyzer.cljc
@@ -2920,7 +2920,7 @@
2920
cached-ns (case ext
2921
"edn" (edn/read-string (slurp cache))
2922
"json" (let [{:keys [reader read]} @transit]
2923
- (read (reader (FileInputStream. ^File cache) :json))))]
+ (read (reader (io/input-stream cache) :json))))]
2924
(when (or *verbose* (:verbose opts))
2925
(util/debug-prn "Reading analysis cache for" (str res)))
2926
(swap! env/*compiler*
0 commit comments