Skip to content

Commit

Permalink
implant: make intercom's on-debugger-event less strict
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Nov 10, 2017
1 parent ae40bb6 commit c36463f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/implant/dirac/implant/intercom.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
(log "on-debugger-event" type)
(case type
"GlobalObjectCleared" (apply on-global-object-cleared args)
(error "on-debugger-event recevied unknown event type" type args)))
true))

(defn subscribe-debugger-events! []
(when-not *debugger-events-subscribed*
Expand Down

0 comments on commit c36463f

Please sign in to comment.