We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6164ea5 commit 376b72eCopy full SHA for 376b72e
lib/services/usb-livesync-service.ts
@@ -187,10 +187,9 @@ export class UsbLiveSyncService extends usbLivesyncServiceBaseLib.UsbLiveSyncSer
187
}).future<void>()();
188
}
189
190
- protected preparePlatformForSync(platform: string) {
+ protected preparePlatformForSync(platform: string): void {
191
if (!this.$platformService.preparePlatform(platform).wait()) {
192
this.$logger.out("Verify that listed files are well-formed and try again the operation.");
193
- return;
194
195
196
0 commit comments