mirror of
https://github.com/apache/cordova-android.git
synced 2025-03-14 07:11:04 +08:00

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.