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 18fae8b commit 34e3980Copy full SHA for 34e3980
src/clj/cljs/closure.clj
@@ -1206,9 +1206,7 @@ should contain the source for the given namespace name."
1206
1207
(defn get-upstream-deps*
1208
"returns a merged map containing all upstream dependencies defined
1209
- by libraries on the classpath. Should be run in the main thread. If
1210
- not, pass (java.lang.ClassLoader/getSystemClassLoader) to use the
1211
- system classloader."
+ by libraries on the classpath."
1212
([]
1213
(get-upstream-deps* (. (Thread/currentThread) (getContextClassLoader))))
1214
([classloader]
0 commit comments