Skip to content

Commit

Permalink
console.sh: do not pass IEx.CLI command to erlexec
Browse files Browse the repository at this point in the history
Resolves issues booting applications. See:

bitwalker#744
  • Loading branch information
ngeraedts-ggs committed Mar 18, 2024
1 parent 8a17d4e commit 1c2e714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion priv/libexec/commands/console.sh
Expand Up @@ -59,6 +59,6 @@ erlexec \
-args_file "$VMARGS_PATH" \
-mode "$CODE_LOADING_MODE" \
${ERL_OPTS} \
-user Elixir.IEx.CLI \
-user \
-extra --no-halt +iex \
-- "$@"

0 comments on commit 1c2e714

Please sign in to comment.