You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2020/04/13 05:43:52 UTC

[GitHub] [cordova-android] breautek commented on issue #671: [8.0.0] Android environment variables output

breautek commented on issue #671: [8.0.0] Android environment variables output
URL: https://github.com/apache/cordova-android/issues/671#issuecomment-612760736
 
 
   This is caused by code in the `cordova-lib`.
   
   It's run method calls on the `Api.build` at https://github.com/apache/cordova-lib/blob/master/src/cordova/run.js#L46
   
   Then it also calls on `Api.run` at https://github.com/apache/cordova-lib/blob/f7f9343ca9b3c616570b5d2d0a00f2e39e0b1424/src/cordova/run.js#L53
   
   Both `Api` methods calls on `check_reqs`, which is why we see the duplicated output.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org