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

Commit 180b484

Browse files
FatmeFatme
Fatme
authored and
Fatme
committed
Merge pull request #393 from telerik/fatme/fix-missing-dot
Add missing dot to "transfering project files" message
2 parents 5e6ac64 + a4d739f commit 180b484

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
@@ -83,7 +83,7 @@ export class UsbLiveSyncServiceBase implements IUsbLiveSyncServiceBase {
8383
return;
8484
}
8585

86-
this.$logger.info("Transfering project files..");
86+
this.$logger.info("Transfering project files...");
8787
device.fileSystem.transferFiles(deviceAppData.appIdentifier, localToDevicePaths).wait();
8888
this.$logger.info("Successfully transfered all project files.");
8989

0 commit comments

Comments
 (0)