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.
[ Full content available at: https://github.com/apache/cordova/issues/16 ] This message was relayed via gitbox.apache.org for [email protected]
