Skip to content

Commit 827ce55

Browse files
committed
fix checking if module is LiveDebugger module
1 parent 30c4b5b commit 827ce55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/live_debugger/structs/lv_process.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ defmodule LiveDebugger.Structs.LvProcess do
3737
debugger? =
3838
socket.view
3939
|> Atom.to_string()
40-
|> String.starts_with?("Elixir.LiveDebugger.")
40+
|> String.starts_with?(["Elixir.LiveDebugger.", "Elixir.LiveDebuggerWeb."])
4141

4242
embedded? = socket.host_uri == :not_mounted_at_router
4343

0 commit comments

Comments
 (0)