We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 098e876 commit 712537eCopy full SHA for 712537e
lib/services/platform-service.ts
@@ -326,6 +326,8 @@ export class PlatformService implements IPlatformService {
326
327
public cleanDestinationApp(platform: string): IFuture<void> {
328
return (() => {
329
+ this.ensurePlatformInstalled(platform).wait();
330
+
331
const appSourceDirectoryPath = path.join(this.$projectData.projectDir, constants.APP_FOLDER_NAME);
332
let platformData = this.$platformsData.getPlatformData(platform);
333
let appDestinationDirectoryPath = path.join(platformData.appDestinationDirectoryPath, constants.APP_FOLDER_NAME);
0 commit comments