mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-09 02:27:05 +02:00
fixed css, sequenceConfig, and ganttConfig being sent as buffer to phantomjs
made verbose cli argument a boolean
This commit is contained in:
@@ -18,7 +18,7 @@ function processMermaid(files, _options, _next) {
|
||||
, outputDir
|
||||
, options.png
|
||||
, options.svg
|
||||
, options.css || ''
|
||||
, options.css
|
||||
, options.sequenceConfig
|
||||
, options.ganttConfig
|
||||
, options.verbose
|
||||
|
Reference in New Issue
Block a user