Skip to content

Commit

Permalink
Fixed target/everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
wkok committed Sep 23, 2024
1 parent 03102f4 commit aadc967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hti/re_dash/debugging.cljd
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"Registers the re-dash-inspector listener to
react to connect/disconnect events"
[target]
(when (and (= :target/dev-tools target)
(when (and (#{:target/dev-tools :target/everywhere} target)
(not (:re-dash/inspector-registered? @debug-state)))

(dev/registerExtension
Expand Down

0 comments on commit aadc967

Please sign in to comment.