raphinesse opened a new pull request #1198: URL: https://github.com/apache/cordova-ios/pull/1198
### Motivation and Context <!-- Why is this change required? What problem does it solve? --> <!-- If it fixes an open issue, please link to the issue here. --> This further cleans up the create module, this time focusing on the module entry function, `createProject`. ### Description <!-- Describe your changes in detail --> There should only be minor behavioral changes: - method is 100% `async` by marking it as such - log output slightly simplified - does not fail anymore if parent of target dir does not exist ### Testing <!-- Please describe in detail how you tested your changes. --> `npm t` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
