Skip to content

Commit a4e0f11

Browse files
committed
Add await for livesync reload files.
1 parent c0f7bcf commit a4e0f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/livesync/android-device-livesync-service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export class AndroidDeviceLiveSyncService extends DeviceLiveSyncServiceBase impl
3636
`${deviceProjectRootDirname}/sync`]
3737
);
3838

39-
this.reloadResources(deviceAppData, localToDevicePaths);
39+
await this.reloadResources(deviceAppData, localToDevicePaths);
4040

4141
const canExecuteFastSync = !liveSyncInfo.isFullSync && !_.some(localToDevicePaths,
4242
(localToDevicePath: Mobile.ILocalToDevicePathData) => !this.canExecuteFastSync(localToDevicePath.getLocalPath(), projectData, this.device.deviceInfo.platform));

0 commit comments

Comments
 (0)