mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-10 02:49:40 +02:00
Draft fix for issue #304
This commit is contained in:
@@ -25,13 +25,10 @@ function processMermaid(files, _options, _next) {
|
||||
, options.width
|
||||
];
|
||||
|
||||
|
||||
files.forEach(function(file) {
|
||||
phantomArgs.push(file)
|
||||
})
|
||||
console.log('phantomArgs');
|
||||
console.log(JSON.stringify(phantomArgs));
|
||||
//
|
||||
|
||||
mkdirp(outputDir, function(err) {
|
||||
if (err) {
|
||||
throw err
|
||||
|
Reference in New Issue
Block a user