coffee-spec
coffee-spec copied to clipboard
No encoding passed
No encoding is passed at fs.readFileSync file, so node returns a Buffer, which causes issues.
You can fix it with fs.readFileSync file, "utf8".
thanks!
I've committed the change, though I can't actually check that it works since the latest node seems to have busted sys.exec() :/