Skip to content

Commit 3eb0742

Browse files
committed
Return the value on each step of dbg+pry+pipe integration, closes #12657
1 parent b8732bd commit 3eb0742

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/iex/lib/iex/pry.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,8 @@ defmodule IEx.Pry do
689689
[asts_string, :faint, " #=> ", :reset, inspect(value, options), "\n\n"]
690690
|> IO.ANSI.format()
691691
|> IO.write()
692+
693+
value
692694
end
693695

694696
defp chunk_pipeline_asts_by_line(asts, %Macro.Env{line: env_line}) do

0 commit comments

Comments
 (0)