Skip to content

lib: allow long paths for require on Windows

Rodrigo Muino Tomonari requested to merge github/fork/targos/win-long-path into master

https://github.com/nodejs/io.js/pull/1801 introduced internal fs methods to speed up require. The methods do not call path._makeLong like their counterpart from the fs module. This brings back the old behaviour.

Fixes: https://github.com/nodejs/io.js/issues/1990 Fixes: https://github.com/nodejs/io.js/issues/1980

Merge request reports

Loading