Skip to content

Commit a29b8eb

Browse files
committed
Report message when platform gets successfully removed
1 parent bf388df commit a29b8eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/services/platform-service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ export class PlatformService implements IPlatformService {
218218

219219
var platformDir = path.join(this.$projectData.platformsDir, platform);
220220
this.$fs.deleteDirectory(platformDir).wait();
221+
this.$logger.out(`Platform ${platform} successfully removed.`);
221222
});
222223

223224
}).future<void>()();

0 commit comments

Comments
 (0)