Skip to content

Commit

Permalink
Use correct watchGlob
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatme Havaluova authored and Fatme Havaluova committed Oct 1, 2015
1 parent c27cc0d commit 4067c11
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 4067c11

Please sign in to comment.