mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fix error message for add-platform
This commit is contained in:
@@ -497,7 +497,7 @@ var checkRequestedPlatforms = function (platforms) {
|
||||
if (! _.contains(cordovaPlatforms, platform))
|
||||
throw new Error(platform +
|
||||
": platform is not added to the project. Try 'meteor add-platform " +
|
||||
platform + "' to add it or 'meteor help add' for help.");
|
||||
platform + "' to add it or 'meteor help add-platform' for help.");
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user