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

Commit 01c4b6b

Browse files
committed
Merge pull request #461 from telerik/livesync-tslint
Fix tslint error about empty method body.
2 parents 88129d0 + 176f501 commit 01c4b6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/usb-livesync-service-base.ts

+1
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ export class UsbLiveSyncServiceBase implements IUsbLiveSyncServiceBase {
164164
}
165165

166166
protected preparePlatformForSync(platform: string) {
167+
//Overridden in platform-specific services.
167168
}
168169

169170
private isFileExcluded(path: string, exclusionList: string[], projectDir: string): boolean {

0 commit comments

Comments
 (0)