mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Add space in mach command suggestion.
This commit is contained in:
parent
5dd43bf84c
commit
f55c85f42f
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class MachCommands(CommandBase):
|
||||||
|
|
||||||
print("The %s profile is not built. Please run './mach build%s' "
|
print("The %s profile is not built. Please run './mach build%s' "
|
||||||
"and try again." % ("release" if release else "dev",
|
"and try again." % ("release" if release else "dev",
|
||||||
"--release" if release else ""))
|
" --release" if release else ""))
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
||||||
@Command('run',
|
@Command('run',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue