GitToTheHub commented on code in PR #1643:
URL: https://github.com/apache/cordova-ios/pull/1643#discussion_r3440458442
##########
cordova-js-src/exec.js:
##########
@@ -143,7 +143,9 @@ function execProxy () {
}
execProxy.nativeFetchMessages = function () {
- return cordovaExec().nativeFetchMessages.apply(null, arguments);
+ if (cordovaExec().nativeFetchMessages) {
Review Comment:
I just wanted to suggest to add documentation to this line of code. Also
what you wrote would be good to add to `[CDVCommandQueue's
fetchCommandsFromJs]` as documentation.
--
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]