Skip to content

Commit fd8a129

Browse files
wojtekmachJosé Valim
authored andcommitted
Add note about precompiled source code for IEx.Helper.open/2 (#6349)
1 parent 73f76ae commit fd8a129

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/iex/lib/iex/helpers.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,9 @@ defmodule IEx.Helpers do
244244
`ELIXIR_EDITOR` can be set "echo" if you prefer to display the
245245
location rather than opening it.
246246
247+
Keep in mind the location may not exist when opening
248+
precompiled source code, such as Elixir itself.
249+
247250
## Examples
248251
249252
iex> open MyApp

0 commit comments

Comments
 (0)