goffioul opened a new issue #214: URL: https://github.com/apache/cordova-electron/issues/214
I'm not sure this is intentional or not, but I don't see the reason for the arguments to be boxed twice in an array when reaching the main process of a framework plugin/element. That is: - `cordova.exec` transfers the array of argument to `_cdvElectronIpc`, which in turns send the array to the main process - the `cdv-plugin-exec` handler uses vararg for the last argument, which basically boxes the argument into another array - the framework function receives a single argument, which is then an array or arrays Is this intentional? -- 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]
