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

Commit 176f501

Browse files
committed
Fix tslint error about empty method body.
Legit - overriden in nativescript-cli
1 parent 88129d0 commit 176f501

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)