We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e3c2b10 + 4b0f916 commit edfd974Copy full SHA for edfd974
lib/services/platform-service.ts
@@ -55,7 +55,7 @@ export class PlatformService implements IPlatformService {
55
let platformPath = path.join(this.$projectData.platformsDir, platform);
56
57
if (this.$fs.exists(platformPath).wait()) {
58
- this.$errors.fail("Platform %s already added", platform);
+ this.$errors.failWithoutHelp("Platform %s already added", platform);
59
}
60
61
let platformData = this.$platformsData.getPlatformData(platform);
0 commit comments