Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
pvlasov committed Nov 28, 2024
1 parent 0509fb4 commit d2a3775
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public void testModuleGraph() throws IOException {
.compose(Context.singleton("graphContainerId", "graph-container"))
.interpolateToString(GRAPH_TEMPLATE);

Files.writeString(new File("target/module-graph.html").toPath(), chartHTML);
Files.writeString(new File("target/module-graph.html").getCanonicalFile().toPath(), chartHTML);
}

private Node moduleToNode(
Expand Down

0 comments on commit d2a3775

Please sign in to comment.