mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-30 13:46:43 +02:00
fall back to using the default mermaid style
This commit is contained in:
@@ -109,6 +109,8 @@ cli.prototype.parse = function(argv, next) {
|
||||
} catch (err) {
|
||||
this.errors.push(err)
|
||||
}
|
||||
} else {
|
||||
options.css = fs.readFileSync(__dirname + '/../dist/mermaid.css')
|
||||
}
|
||||
|
||||
this.checkPhantom = createCheckPhantom(options.phantomPath)
|
||||
|
Reference in New Issue
Block a user