mirror of https://github.com/lukechilds/node.git
Browse Source
Previously path.dirname('/tmp') incorrectly returned '.'. Unfortunately module.js incorrectly thinks dirname('/a/b/') should yield '/a/b', so I can't strip trailing slashes yet. Once module.js is fixed, then the commented-out code should be activated and a test written for it.v0.7.4-release
rentzsch
15 years ago
committed by
Ryan Dahl
2 changed files with 17 additions and 1 deletions
Loading…
Reference in new issue