Skip to content

Commit 376b72e

Browse files
committed
UsbLiveSyncService minor cleanup.
1 parent 6164ea5 commit 376b72e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/services/usb-livesync-service.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,9 @@ export class UsbLiveSyncService extends usbLivesyncServiceBaseLib.UsbLiveSyncSer
187187
}).future<void>()();
188188
}
189189

190-
protected preparePlatformForSync(platform: string) {
190+
protected preparePlatformForSync(platform: string): void {
191191
if (!this.$platformService.preparePlatform(platform).wait()) {
192192
this.$logger.out("Verify that listed files are well-formed and try again the operation.");
193-
return;
194193
}
195194
}
196195

0 commit comments

Comments
 (0)