lib/cli/options.js: Return pure JS Array for CLI log options

This commit is contained in:
Johan Preynat
2016-05-01 12:09:58 +02:00
parent 5154622566
commit 77dc11bcc2
+1 -1
View File
@@ -7,7 +7,7 @@ var logOptions = {
.keySeq()
.map(function(s) {
return s.toLowerCase();
}),
}).toJS(),
defaults: 'info'
};