gf3 / sandbox

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

shovel.js Newlines #5

Closed dsamarin closed 13 years ago

dsamarin commented 13 years ago

What is the reasoning for:

this.toString().replace( /([rn])/g, "\$1" )

in shovel.js on like 38 or so? It's not the best way to approach it IMO, it's causing a few bugs

gf3 commented 13 years ago

Good catch, that should be removed, thanks!