File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 266266 (->> st
267267 string/split-lines
268268 (drop 1 ) ; ; drop the error message
269+ (take-while #(not (.startsWith % " \t at eval" )))
269270 (map #(chrome-st-el->frame % opts))
270271 (remove nil?)
271272 vec))
284285\t at Object.cljs$core$pr_sequential_writer [as pr_sequential_writer] (http://localhost:9000/out/cljs/core.js:28706:14)"
285286 {:ua-product :chrome }
286287 nil )
288+
289+ (parse-stacktrace nil
290+ " at Object.cljs$core$seq [as seq] (http://localhost:9000/out/cljs/core.js:4259:8)
291+ \t at Object.cljs$core$first [as first] (http://localhost:9000/out/cljs/core.js:4289:19)
292+ \t at cljs$core$ffirst (http://localhost:9000/out/cljs/core.js:5357:18)
293+ \t at eval (eval at <anonymous> (http://localhost:9000/out/clojure/browser/repl.js:23:272), <anonymous>:1:106)
294+ \t at eval (eval at <anonymous> (http://localhost:9000/out/clojure/browser/repl.js:23:272), <anonymous>:9:3)
295+ \t at eval (eval at <anonymous> (http://localhost:9000/out/clojure/browser/repl.js:23:272), <anonymous>:14:4)
296+ \t at http://localhost:9000/out/clojure/browser/repl.js:23:267
297+ \t at clojure$browser$repl$evaluate_javascript (http://localhost:9000/out/clojure/browser/repl.js:26:4)
298+ \t at Object.callback (http://localhost:9000/out/clojure/browser/repl.js:121:169)
299+ \t at goog.messaging.AbstractChannel.deliver (http://localhost:9000/out/goog/messaging/abstractchannel.js:142:13)"
300+ {:ua-product :chrome }
301+ nil )
287302 )
288303
289304; ; -----------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments