apache / cordova-plugman

Apache Cordova Plugman
https://cordova.apache.org/
Apache License 2.0
399 stars 151 forks source link

[CB-5258] use exit library #32

Closed jsoref closed 10 years ago

jsoref commented 10 years ago

On Windows, if you have pending bits in pipes and you exit, they generally do not get delivered.

To avoid this, you need to change process.exit() to something which actually ensures that buffers are flushed before it exits, this is handled by the 'exit' module/function.