mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-02 23:26:44 +02:00
Fix for issue #204, added width option to the CLI. Default value for width is 1200.
Added logger using es6 syntax
This commit is contained in:
@@ -22,6 +22,7 @@ function processMermaid(files, _options, _next) {
|
||||
, options.sequenceConfig
|
||||
, options.ganttConfig
|
||||
, options.verbose
|
||||
, options.width
|
||||
]
|
||||
|
||||
files.forEach(function(file) {
|
||||
|
Reference in New Issue
Block a user