Skip to content

Commit

Permalink
Fix --dbg handling in bin/elixir, closes elixir-lang#13482
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Apr 8, 2024
1 parent 1b8a34a commit cbb8f13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/elixir
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ while [ $I -le $LENGTH ]; do
C=1
MODE="iex"
;;
-v|--no-halt|--dbg)
-v|--no-halt)
C=1
;;
-e|-r|-pr|-pa|-pz|--eval|--remsh|--dot-iex)
-e|-r|-pr|-pa|-pz|--eval|--remsh|--dot-iex|--dbg)
C=2
;;
--rpc-eval)
Expand Down

0 comments on commit cbb8f13

Please sign in to comment.