apache / cordova-fetch

Apache Cordova Fetch Library
https://cordova.apache.org/
Apache License 2.0
27 stars 27 forks source link

Handle broken NODE_PATH setups gracefully #50

Closed raphinesse closed 6 years ago

raphinesse commented 6 years ago

Previously, when NODE_PATH had a trailing separator like /foo:/bar:, resolving a module would hang indefinitely when the module was not found. This PR fixes that.

The bug was introduced in #44.