mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Define platform before use.
This commit is contained in:
2
tools/cordova/runner.js
vendored
2
tools/cordova/runner.js
vendored
@@ -82,7 +82,7 @@ export class CordovaRunner {
|
||||
return;
|
||||
}
|
||||
|
||||
for (platform of this.platformsForRunTargets) {
|
||||
for (let platform of this.platformsForRunTargets) {
|
||||
this.cordovaProject.prepareForPlatform(platform);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user