mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 23:55:20 +00:00
lib/cli/options.js: Return pure JS Array for CLI log options
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ var logOptions = {
|
||||
.keySeq()
|
||||
.map(function(s) {
|
||||
return s.toLowerCase();
|
||||
}),
|
||||
}).toJS(),
|
||||
defaults: 'info'
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user