gf3 / sandbox

A nifty JavaScript sandbox for Node.js
ISC License
844 stars 123 forks source link

console.log #14

Closed LouisT closed 12 years ago

LouisT commented 12 years ago

When ever i try to use console.log, nothing happens..

Code: (function () { console.log('This should work...'); return 'blah'; })();

Result: 'blah'

Data: {"console":[]}

gf3 commented 12 years ago

This looks like a regression, thank you. @bmeck Do you know when this might have happened?

bmeck commented 12 years ago

I'll fix tonight must have been an older comm channel commit. Might add a vows test for this

gf3 commented 12 years ago

@bmeck I've just fixed it, currently writing some tests. I'll push in a few.