Skip to content

Commit

Permalink
Merge branch 'patch-for-relative-includes-support' of https://github.…
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianvlupu committed Sep 22, 2021
2 parents 4b0209c + 440b279 commit 9fca2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ const generateImages = async (tree, options, onImageGenerated) => {
const plantuml = require('node-plantuml');

plantuml
.generate(path.join(item.dir, pumlFile), { format: options.DIAGRAM_FORMAT, charset: options.CHARSET })
.generate(path.join(item.dir, pumlFile), { format: options.DIAGRAM_FORMAT, charset: options.CHARSET, include: item.dir })
.out
.pipe(stream);

Expand Down

0 comments on commit 9fca2ef

Please sign in to comment.