mirror of https://github.com/lukechilds/node.git
Browse Source
If you have a circular require chain in which one or more of the modules are referenced with a ".." relative path, like require("../foo"), node blows up. This patch un-blows-up that case. There still seem to be issues with circularity, but this solves one of the more obnoxious ones.v0.7.4-release
isaacs
15 years ago
committed by
Ryan Dahl
1 changed files with 11 additions and 2 deletions
Loading…
Reference in new issue