We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b14a3 commit a389de1Copy full SHA for a389de1
lib/commands/add-platform.ts
@@ -9,7 +9,7 @@ export class AddPlatformCommand implements ICommand {
9
}
10
11
public async execute(args: string[]): Promise<void> {
12
- await this.$platformService.addPlatforms(args, this.$options.platformTemplate, this.$projectData, this.$options.provision, this.$options.frameworkPath);
+ await this.$platformService.addPlatforms(args, this.$options.platformTemplate, this.$projectData, this.$options, this.$options.frameworkPath);
13
14
15
public async canExecute(args: string[]): Promise<boolean> {
0 commit comments