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.
2 parents aec9982 + d52beac commit 144a28bCopy full SHA for 144a28b
2 files changed
lib/common
lib/services/usb-livesync-service.ts
@@ -66,7 +66,7 @@ export class UsbLiveSyncService extends usbLivesyncServiceBaseLib.UsbLiveSyncSer
66
}).future<string>()();
67
}
68
69
- let watchGlob = path.join(this.$projectData.projectDir, constants.APP_FOLDER_NAME) + "/**/*";
+ let watchGlob = path.join(this.$projectData.projectDir, constants.APP_FOLDER_NAME);
70
71
this.sync(platform, this.$projectData.projectId, platformData.appDestinationDirectoryPath, projectFilesPath, this.excludedProjectDirsAndFiles, watchGlob, restartAppOnDeviceAction, notInstalledAppOnDeviceAction, beforeBatchLiveSyncAction, canLiveSyncAction).wait();
72
}).future<void>()();
0 commit comments