benbria / bunyan-debug-stream

A stream for bunyan that writes log entries as human readable output.
MIT License
30 stars 9 forks source link

Extremely trivial code sample tweak: missing comma #2

Closed JohnTigue closed 9 years ago

JohnTigue commented 9 years ago

Damn if you didn't just work this thing to perfection. Thanks, I was sick of looking at bunyan's raw output. So, just doing my wee little part so that the next coder can just cut and paste from the README and be up and running instantly.

jwalton commented 9 years ago

Thanks, sir. We all work mainly in CoffeeScript over here. I try to make sure samples are in JS, since they're a little easier on the eyes for the non-CoffeeScript folks in the crowd, but it's very easy to miss a pesky comma here and there. :)