mirror of https://github.com/lukechilds/node.git
Browse Source
Don't give names of built-in libraries special treatment. Changes the REPL's behavior from this: > var path = 42 > path A different "path" already exists globally To this: > var path = 42 > path 42 Fixes #4512.v0.9.6-release
2 changed files with 4 additions and 9 deletions
Loading…
Reference in new issue