coffee-script
coffee-script copied to clipboard
"-l" option doesn't work
Hi, I am having problems to run the linter... when i execute this:
iced --lint lib/afile.iced
I get this:
node.js:201
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: write EPIPE
at errnoException (net.js:670:11)
at Object.afterWrite [as oncomplete] (net.js:503:19)
The version of node I am using right now is v0.6.17.
I did a little research and I found this "Consistent EPIPE error writing to stdout when pipe has disconnected"
on the same machine coffee -l works okay. Thanks
For me, I have the same problem with the coffee trunk too. But it all works with --print.
thanks for letting me now, BTW I have this working in sublime text
https://github.com/Kronuz/SublimeLinter/pull/162