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 2018/09/18 11:47:30 UTC

[GitHub] janpio opened a new issue #16: Remove usage of cordova-common/superspawn

janpio opened a new issue #16: Remove usage of cordova-common/superspawn
URL: https://github.com/apache/cordova/issues/16
 
 
   After https://github.com/apache/cordova-common/pull/50 is merged, `superspawn` is just a small wrapper around `cross-spawn`, that makes sure the `cmd` is actually executable by chmod-ing the file. As this should never be necessary for e.g. `npm` and other commands we run, this is probably only appropriate in places like hooks or similar. `superspawn` can thus be replaced with direct invocations of `cross-spawn`, maybe removed alltogether.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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