Merge pull request #137 from alexanderGugel/patch-1

drop trailing comma for style
master
Trent Mick 2014-04-14 09:23:07 -07:00
commit 7b08dd607d
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ streams at different levels**.
streams: [
{
level: 'info',
stream: process.stdout, // log INFO and above to stdout
stream: process.stdout // log INFO and above to stdout
},
{
level: 'error',