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