aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/post_build_commands.py
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2022-03-08 11:05:45 -0500
committerGitHub <noreply@github.com>2022-03-08 11:05:45 -0500
commit93db99c74f1136e1a1c420cec45e369a703688f8 (patch)
treeab4841904a2c13d00d11f6834ac2c24cff682c21 /python/servo/post_build_commands.py
parentae9fa978fdfa86812204230e86afe34d6cd80244 (diff)
downloadservo-93db99c74f1136e1a1c420cec45e369a703688f8.tar.gz
servo-93db99c74f1136e1a1c420cec45e369a703688f8.zip
Unbreak lldb invocations.
Diffstat (limited to 'python/servo/post_build_commands.py')
-rw-r--r--python/servo/post_build_commands.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/python/servo/post_build_commands.py b/python/servo/post_build_commands.py
index 81376a78313..f54d5a3f838 100644
--- a/python/servo/post_build_commands.py
+++ b/python/servo/post_build_commands.py
@@ -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