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.
2 parents 84e8fb6 + a29b8eb commit af40a72Copy full SHA for af40a72
lib/services/platform-service.ts
@@ -218,6 +218,7 @@ export class PlatformService implements IPlatformService {
218
219
var platformDir = path.join(this.$projectData.platformsDir, platform);
220
this.$fs.deleteDirectory(platformDir).wait();
221
+ this.$logger.out(`Platform ${platform} successfully removed.`);
222
});
223
224
}).future<void>()();
0 commit comments