Skip to content

Commit 93db99c

Browse files
authored
Unbreak lldb invocations.
1 parent ae9fa97 commit 93db99c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/servo/post_build_commands.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,7 @@ def run(self, params, release=False, dev=False, android=None, debug=False, debug
162162
command = rustCommand
163163

164164
# Prepend the debugger args.
165-
args = ([command] + self.debuggerInfo.args + ["--"]
166-
+ args + params)
165+
args = ([command] + self.debuggerInfo.args + args + params)
167166
else:
168167
args = args + params
169168

0 commit comments

Comments
 (0)