Github user dblotsky commented on a diff in the pull request:

    https://github.com/apache/cordova-android/pull/240#discussion_r44614185
  
    --- Diff: bin/templates/cordova/lib/builders/GradleBuilder.js ---
    @@ -211,3 +209,46 @@ module.exports = GradleBuilder;
     function isAutoGenerated(file) {
         return fs.existsSync(file) && fs.readFileSync(file, 
'utf8').indexOf(MARKER) > 0;
     }
    +
    +/**
    + * A special superspawn-like implementation, required to workaround the 
issue
    --- End diff --
    
    It looks like `superspawn` should be modified to take the same parameters 
as `child_process.spawn`. Refer 
[here](https://nodejs.org/api/child_process.html#child_process_child_process_spawn_command_args_options)
 for Node 5.0.x, and 
[here](https://nodejs.org/docs/latest-v0.12.x/api/child_process.html#child_process_child_process_spawn_command_args_options)
 for Node 0.12.x.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to