raphinesse opened a new pull request #856:
URL: https://github.com/apache/cordova-lib/pull/856


   ### 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. -->
   
   The new mechanism introduced in #815 relied on all platforms exporting their 
version in their version script. This is not the case for the browser platform 
though. Thus we need to revert to spawning an external process for legacy 
platforms unfortunately.
   
   
   ### Description
   <!-- Describe your changes in detail -->
   For platforms that do not expose `Api.version`, synchronously call the 
version script instead.
   
   
   ### Testing
   <!-- Please describe in detail how you tested your changes. -->
   I manually tested the new version with the current browser platform and 
`cordova info` output (which was broken for `browser` because of the bug fixed 
here)
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to