Skip to content

Commit 2ca30c1

Browse files
Remove incorrect passing of skipNativePrepare
1 parent a050835 commit 2ca30c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/commands/run.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ export class RunCommandBase implements ICommand {
5959
let devices = this.$devicesService.getDeviceInstances();
6060
devices = devices.filter(d => !this.platform || d.deviceInfo.platform.toLowerCase() === this.platform.toLowerCase());
6161
const { deviceDescriptors, liveSyncInfo } = await this.$liveSyncCommandHelper.getDevicesLiveSyncInfo(args, devices);
62-
liveSyncInfo.skipNativePrepare = true;
6362
await this.$liveSyncService.liveSync(deviceDescriptors, liveSyncInfo);
6463
}
6564
}

0 commit comments

Comments
 (0)