forked from joepie91/node-bhttp
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
148 B
CoffeeScript
6 lines
148 B
CoffeeScript
10 years ago
|
firstCode = global.code
|
||
|
require "./"
|
||
|
secondCode = global.code
|
||
|
console.log global.name
|
||
|
console.log "Leaking global.code:", (firstCode != secondCode)
|