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.
1 parent bf388df commit a29b8ebCopy full SHA for a29b8eb
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