Merge pull request #137 from alexanderGugel/patch-1
drop trailing comma for style
This commit is contained in:
commit
7b08dd607d
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ streams at different levels**.
|
||||||
streams: [
|
streams: [
|
||||||
{
|
{
|
||||||
level: 'info',
|
level: 'info',
|
||||||
stream: process.stdout, // log INFO and above to stdout
|
stream: process.stdout // log INFO and above to stdout
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
level: 'error',
|
level: 'error',
|
||||||
|
|
Loading…
Reference in a new issue