diff --git a/python/servo/post_build_commands.py b/python/servo/post_build_commands.py index daf2a9815ac..81376a78313 100644 --- a/python/servo/post_build_commands.py +++ b/python/servo/post_build_commands.py @@ -162,7 +162,7 @@ class PostBuildCommands(CommandBase): command = rustCommand # Prepend the debugger args. - args = ([command] + self.debuggerInfo.args + args = ([command] + self.debuggerInfo.args + ["--"] + args + params) else: args = args + params