Github user vladimir-kotikov commented on a diff in the pull request:
https://github.com/apache/cordova-lib/pull/410#discussion_r56123679
--- Diff: cordova-lib/src/cordova/create.js ---
@@ -220,8 +220,22 @@ function create(dir, optionalId, optionalName, cfg) {
}
}
})
- .then(function(import_from_path) {
-
+ .then(function(input_directory) {
+ var import_from_path = input_directory;
+ var templatePkg;
--- End diff --
`templatePkg` is only used within `try` block and doesn't need to be
defined in outer scope
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]