mhart / gelf-stream

A node.js stream to send JS objects to a Graylog2 server (in GELF format)
Other
29 stars 13 forks source link

name is not defined #8

Closed akonsu closed 9 years ago

akonsu commented 9 years ago

this line references cb which seems to be undefined: https://github.com/mhart/gelf-stream/blob/e531719e34248ca6079e4988b35b1ec49fdeba7a/gelf-stream.js#L34

cc: @milas

mhart commented 9 years ago

Oh, nice pickup. Yeah, introduced here I think: https://github.com/mhart/gelf-stream/commit/ea6929c7a087dae2098d3e8fe05ec774887b1368

mhart commented 9 years ago

Fixed in v1.0.1 – thanks for the heads up!