Skip to content

Commit

Permalink
implant: fix :callstack-pane-functions scraper to follow 48238d4
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Feb 11, 2017
1 parent 0c45b20 commit 2bc6070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/implant/dirac/implant/automation/scrapers.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@

(defmethod scrape :callstack-pane-functions [_ & _]
(safe->> (find-call-frame-elements)
(extract-sub-elements ".call-frame-item-title")
(extract-sub-elements ".call-frame-title-text")
(map build-rep)
(map print-callstack-function)
(print-list)))
Expand Down

0 comments on commit 2bc6070

Please sign in to comment.