mirror of
https://github.com/servo/servo.git
synced 2025-06-30 12:03:38 +01:00
Fix copy/paste mistake
This commit is contained in:
parent
3c992af8a1
commit
7d7f2025b7
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ class PostBuildCommands(CommandBase):
|
||||||
]
|
]
|
||||||
args = [self.android_adb_path(env)]
|
args = [self.android_adb_path(env)]
|
||||||
if emulator and usb:
|
if emulator and usb:
|
||||||
print("Cannot install to both emulator and USB at the same time.")
|
print("Cannot run in both emulator and USB at the same time.")
|
||||||
return 1
|
return 1
|
||||||
if emulator:
|
if emulator:
|
||||||
args += ["-e"]
|
args += ["-e"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue