Skip to content

Commit 1f5f160

Browse files
Fix linting error 🚧
1 parent 8525296 commit 1f5f160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/commands/run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export class RunIosCommand implements ICommand {
7676

7777
public async canExecute(args: string[]): Promise<boolean> {
7878
const projectData = this.$projectDataService.getProjectData();
79-
79+
8080
if (!this.$platformService.isPlatformSupportedForOS(this.$devicePlatformsConstants.iOS, projectData)) {
8181
this.$errors.fail(`Applications for platform ${this.$devicePlatformsConstants.iOS} can not be built on this OS`);
8282
}

0 commit comments

Comments
 (0)