Skip to content

Commit 0a39153

Browse files
chore: Update message when platform is added
1 parent 6539f86 commit 0a39153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/platform-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export class PlatformService extends EventEmitter implements IPlatformService {
132132
}
133133

134134
this.$fs.ensureDirectoryExists(platformPath);
135-
this.$logger.out("Project successfully created.");
135+
this.$logger.out(`Platform ${platform} successfully added.`);
136136
}
137137

138138
private async addPlatformCore(platformData: IPlatformData, frameworkDir: string, platformTemplate: string, projectData: IProjectData, config: IPlatformOptions, nativePrepare?: INativePrepare): Promise<string> {

0 commit comments

Comments
 (0)