mirror of
https://github.com/ldericher/autodoc.git
synced 2025-12-06 15:43:01 +00:00
11 lines
405 B
Diff
11 lines
405 B
Diff
--- diagram.lua
|
|
+++ diagram.lua
|
|
@@ -158,7 +158,7 @@
|
|
write_file(infile, code)
|
|
pipe(
|
|
self.execpath or 'mmdc',
|
|
- {"--pdfFit", "--input", infile, "--output", outfile},
|
|
+ {"--pdfFit", "--puppeteerConfigFile", "/usr/local/share/puppeteer/config.json", "--input", infile, "--output", outfile},
|
|
''
|
|
)
|
|
return read_file(outfile), mime_type
|