Skip to content

Commit a1934d6

Browse files
committed
Fix --dbg handling in bin/elixir, closes #13482
1 parent 2662727 commit a1934d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/elixir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ while [ $I -le $LENGTH ]; do
112112
C=1
113113
MODE="iex"
114114
;;
115-
-v|--no-halt|--dbg)
115+
-v|--no-halt)
116116
C=1
117117
;;
118-
-e|-r|-pr|-pa|-pz|--eval|--remsh|--dot-iex)
118+
-e|-r|-pr|-pa|-pz|--eval|--remsh|--dot-iex|--dbg)
119119
C=2
120120
;;
121121
--rpc-eval)

0 commit comments

Comments
 (0)