We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3c2b10 commit 4b0f916Copy full SHA for 4b0f916
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