We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25410b7 commit 21f48abCopy full SHA for 21f48ab
lib/services/project-data-service.ts
@@ -568,6 +568,7 @@ export class ProjectDataService implements IProjectDataService {
568
projectDir: string,
569
platform: constants.SupportedPlatform
570
): IBasePluginData {
571
+ platform = platform.toLowerCase() as constants.SupportedPlatform;
572
const packageJson = this.$fs.readJson(
573
path.join(projectDir, constants.PACKAGE_JSON_FILE_NAME)
574
);
0 commit comments