mirror of https://github.com/lukechilds/node.git
Browse Source
Make sure that the built-in modules in the repl stay non-enumerable. Previously, they would pop up as enumerable properties of the global object after having been accessed for the first time. PR-URL: https://github.com/nodejs/node/pull/6207 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>v6.x
Anna Henningsen
9 years ago
committed by
James M Snell
1 changed files with 25 additions and 10 deletions
Loading…
Reference in new issue