pfraces-graveyard / wed

web editor
0 stars 0 forks source link

Uncaught TypeError: Object [object Object] has no method 'split' #31

Closed pfraces closed 11 years ago

pfraces commented 11 years ago

whith open command

pfraces commented 11 years ago

Node's fs Buffers must be converted to strings

var content = fs.readFileSync(args[0], { encoding: 'utf8' });