Skip to content

Commit af40a72

Browse files
FatmeFatme
Fatme
authored and
Fatme
committed
Merge pull request #563 from NativeScript/fatme/message-on-platform-remove
Report message when platform gets successfully removed
2 parents 84e8fb6 + a29b8eb commit af40a72

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)