We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a050835 commit 2ca30c1Copy full SHA for 2ca30c1
lib/commands/run.ts
@@ -59,7 +59,6 @@ export class RunCommandBase implements ICommand {
59
let devices = this.$devicesService.getDeviceInstances();
60
devices = devices.filter(d => !this.platform || d.deviceInfo.platform.toLowerCase() === this.platform.toLowerCase());
61
const { deviceDescriptors, liveSyncInfo } = await this.$liveSyncCommandHelper.getDevicesLiveSyncInfo(args, devices);
62
- liveSyncInfo.skipNativePrepare = true;
63
await this.$liveSyncService.liveSync(deviceDescriptors, liveSyncInfo);
64
}
65
0 commit comments