Closed vjpr closed 8 years ago
This has broken the cwd when running with webpack.
cwd
** ./~/cwd/~/find-pkg/~/find-file-up/~/resolve-dir/~/global-modules/~/global-prefix/index.js
} else if (isWindows === true || isWindows()) {
is-windows module returns a value, not a function.
is-windows
this should be fixed
This has broken the
cwd
when running with webpack.** ./~/cwd/~/find-pkg/~/find-file-up/~/resolve-dir/~/global-modules/~/global-prefix/index.js
is-windows
module returns a value, not a function.