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 64c58f2 commit a9d4cdbCopy full SHA for a9d4cdb
lib/iex/lib/iex/server.ex
@@ -82,8 +82,8 @@ defmodule IEx.Server do
82
83
io_put result
84
85
- config = config.result(result)
86
- update_history(config.cache(code).scope(nil))
+ config = config.cache(code).scope(nil).result(result)
+ update_history(config)
87
config.update_counter(&1+1).cache('').binding(new_binding).scope(scope).result(nil)
88
89
{ :error, { line_no, error, token } } ->
0 commit comments