mirror of
https://github.com/servo/servo.git
synced 2025-06-25 17:44:33 +01:00
Unbreak lldb invocations.
This commit is contained in:
parent
ae9fa978fd
commit
93db99c74f
1 changed files with 1 additions and 2 deletions
|
@ -162,8 +162,7 @@ class PostBuildCommands(CommandBase):
|
|||
command = rustCommand
|
||||
|
||||
# Prepend the debugger args.
|
||||
args = ([command] + self.debuggerInfo.args + ["--"]
|
||||
+ args + params)
|
||||
args = ([command] + self.debuggerInfo.args + args + params)
|
||||
else:
|
||||
args = args + params
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue