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 c641be3 commit f9926b2Copy full SHA for f9926b2
lib/services/usb-livesync-service.ts
@@ -83,7 +83,7 @@ export class UsbLiveSyncService extends usbLivesyncServiceBaseLib.UsbLiveSyncSer
83
84
let beforeBatchLiveSyncAction = (filePath: string): IFuture<string> => {
85
return (() => {
86
- let projectFileInfo = this.getProjectFileInfo(filePath);
+ let projectFileInfo = this.getProjectFileInfo(filePath, platform);
87
let mappedFilePath = path.join(projectFilesPath, path.relative(path.join(this.$projectData.projectDir, constants.APP_FOLDER_NAME), projectFileInfo.onDeviceName));
88
89
// Handle files that are in App_Resources/<platform>
0 commit comments