Skip to content

Commit 2453b56

Browse files
committed
update infinity
1 parent e78c8f6 commit 2453b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.iex.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ IO.puts """
2020
IEx.configure(
2121
alive_prompt: "%prefix(%node):%counter>",
2222
default_prompt: "%prefix:%counter>",
23-
inspect: [pretty: true, char_lists: :as_lists],
23+
inspect: [pretty: true, char_lists: :as_lists, limit: :infinity],
2424
history_size: -1
2525
)
2626

0 commit comments

Comments
 (0)