Skip to content

Commit e63546b

Browse files
author
José Valim
committed
Ensure proper dependency on bootstrap
1 parent 04c8ca9 commit e63546b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/kernel.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1905,7 +1905,7 @@ defmodule Kernel do
19051905
case function? do
19061906
true ->
19071907
stack =
1908-
case bootstraped?(Macro.Env) do
1908+
case bootstraped?(Path) do
19091909
true -> env.stacktrace
19101910
false -> []
19111911
end

0 commit comments

Comments
 (0)