mirror of
https://github.com/servo/servo.git
synced 2025-06-08 00:23:30 +00:00
Make 'args' a list in the mach run handler.
This fixes a regression from 894e58f714
.
This commit is contained in:
parent
a3ea3eed47
commit
322bf23db8
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class MachCommands(CommandBase):
|
|||
env = self.build_env()
|
||||
env["RUST_BACKTRACE"] = "1"
|
||||
|
||||
args = self.get_binary_path(release)
|
||||
args = [self.get_binary_path(release)]
|
||||
|
||||
# Borrowed and modified from:
|
||||
# http://hg.mozilla.org/mozilla-central/file/c9cfa9b91dea/python/mozbuild/mozbuild/mach_commands.py#l883
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue