Skip to content

Commit 8d49acb

Browse files
committed
Remove --debug from collectArguments(), it's already a proper option
1 parent 5836964 commit 8d49acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/launcher/java/org/truffleruby/launcher/RubyLauncher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ protected void collectArguments(Set<String> options) {
139139
"-a",
140140
"-c",
141141
"-C",
142-
"-d", "--debug",
142+
"-d",
143143
"-e",
144144
"-E", "--encoding",
145145
"-F",

0 commit comments

Comments
 (0)