winstonjs / node-loggly

A client implementation for Loggly in node.js
http://github.com/winstonjs/node-loggly
Other
233 stars 80 forks source link

[fix] Replace Unicode space (U+00A0) with ASCII space #15

Closed bacchusrx closed 12 years ago

bacchusrx commented 12 years ago

The space at char 31 on line 29 in lib/loggly/config.js is a Unicode space, not an ASCII space.

I'm sure that's not a problem for anyone in general, but it broke embedding this file in a context where I could only use ASCII chars.