Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

Commit 137970b

Browse files
FatmeFatme
Fatme
authored and
Fatme
committed
Merge pull request #419 from telerik/fatme/fix-batchlivesync-path
Fix batch livesync path
2 parents 57c6e69 + ea013b8 commit 137970b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/usb-livesync-service-base.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export class UsbLiveSyncServiceBase implements IUsbLiveSyncServiceBase {
7474
}
7575

7676
if(!__this.$options.emulator || platform.toLowerCase() === "android") {
77-
__this.batchLiveSync(platform, filePath, appIdentifier, projectFilesPath, restartAppOnDeviceAction, notInstalledAppOnDeviceAction, beforeLiveSyncAction, beforeBatchLiveSyncAction);
77+
__this.batchLiveSync(platform, filePath, appIdentifier, localProjectRootPath || projectFilesPath, restartAppOnDeviceAction, notInstalledAppOnDeviceAction, beforeLiveSyncAction, beforeBatchLiveSyncAction);
7878
}
7979
}
8080
}

0 commit comments

Comments
 (0)