Skip to content

Commit

Permalink
Merge pull request #1246 from Icenium/fatme/fix-livesync-watch
Browse files Browse the repository at this point in the history
Use correct watchGlob
  • Loading branch information
Fatme authored and Fatme committed Oct 1, 2015
2 parents c27cc0d + 4067c11 commit 1e5c1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/services/livesync-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export class LiveSyncService extends usbLivesyncServiceBaseLib.UsbLiveSyncServic
};

this.sync(platform, this.$project.projectData.AppIdentifier, projectDir,
this.excludedProjectDirsAndFiles, projectDir + "/**/*", platformSpecificLiveSyncServices, notInstalledAppOnDeviceAction,
this.excludedProjectDirsAndFiles, projectDir, platformSpecificLiveSyncServices, notInstalledAppOnDeviceAction,
() => Future.fromResult()).wait();

}).future<void>()();
Expand Down

0 comments on commit 1e5c1e9

Please sign in to comment.