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 1211ed7 commit a7eab9bCopy full SHA for a7eab9b
lib/iex/lib/iex/helpers.ex
@@ -81,7 +81,7 @@ defmodule IEx.Helpers do
81
their results.
82
"""
83
def v do
84
- history = Enum.reverse(:queue.to_list(Process.get(:iex_history)))
+ history = :queue.to_list(Process.get(:iex_history))
85
Enum.each(history, print_history(&1))
86
end
87
0 commit comments