We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b2e48 commit ffd4978Copy full SHA for ffd4978
lib/tableau/document.ex
@@ -27,7 +27,7 @@ defmodule Tableau.Document do
27
def render(graph, module, assigns) do
28
[root | mods] =
29
graph
30
- |> dbg()
+ |> IO.inspect()
31
|> Graph.dijkstra(module, :root)
32
|> Enum.reverse()
33
|> tl()
0 commit comments