diff --git a/lib/services/platform-service.ts b/lib/services/platform-service.ts index 15483cbaf4..9729c23b89 100644 --- a/lib/services/platform-service.ts +++ b/lib/services/platform-service.ts @@ -218,6 +218,7 @@ export class PlatformService implements IPlatformService { var platformDir = path.join(this.$projectData.platformsDir, platform); this.$fs.deleteDirectory(platformDir).wait(); + this.$logger.out(`Platform ${platform} successfully removed.`); }); }).future()();