Open speg opened 12 years ago
Ruh roh, I'll have a look into this. Thanks for the report. BTW which version of both Sandbox and Node are you using?
Sorry for the delay.
Node: v0.6.15 Sandbox: 0.8.3
Bump
Node 0.8.5 Latest sandbox from here
I've never submitted a patch but will do it at some point.
In shovel.js, change line 65: console.push.apply(console, JSON.parse(value).slice(1)); to console.push.apply(console, JSON.parse(value));
I can't see how the slice ended up there, or the reason for the convoluted push.apply as I'm a novice JSer.
The @TimNZ suggestion worked for me! Thanks!
Yields: