mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
b57317bdc2
This eliminates the use of shelljs.exec's sync mode, which is the source of the filehandle leaks that can cause EMFILE on OSX, and are CPU-intensive everywhere. Tested locally, needs poking before it gets released.