Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

global in node-repl isn't attached to correct scope (node 0.1.103) #232

Closed
canonic-epicure opened this issue Aug 8, 2010 · 2 comments
Closed

Comments

@canonic-epicure
Copy link

Here's the repl-session with node 0.1.103:

node> aa = 1
1
node> aa
1
node> global
{}
node> global.aa

node>

expected:

node> global
{ aa : 1 }

@isaacs
Copy link

isaacs commented Feb 16, 2011

Fixed: https://gist.github.com/830569

@isaacs
Copy link

isaacs commented Feb 28, 2011

Closed by a48f73d Make the repl's global the right thing

This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants