Define platform before use.

This commit is contained in:
Jesse Rosenberger
2017-08-01 21:47:35 +03:00
parent 50929d3f94
commit af2e9e8978

View File

@@ -82,7 +82,7 @@ export class CordovaRunner {
return;
}
for (platform of this.platformsForRunTargets) {
for (let platform of this.platformsForRunTargets) {
this.cordovaProject.prepareForPlatform(platform);
}
});