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 bb55706 commit c0dbf94Copy full SHA for c0dbf94
src/clj/cljs/repl/browser.clj
@@ -193,10 +193,7 @@
193
(swap! loaded-libs (partial apply conj) missing))))
194
195
(defn setup [repl-env opts]
196
- (when (:src repl-env)
197
- (repl/analyze-source (:src repl-env)))
198
- (comp/with-core-cljs nil
199
- (fn [] (server/start repl-env))))
+ (server/start repl-env))
200
201
;; =============================================================================
202
;; Stracktrace parsing
0 commit comments