Commit 5b59b10
committed
The NPE problem is caused by the inclusion of the line:
`skinparam sequenceMessageAlign direction`
This is a known bug in PlantUML:
plantuml/plantuml#2477
which has been fixed, but Kroki needs to have its PlantUML module upgraded to implement the fix.
In the meantime, the line has been changed to align the text to the `right` which seems to work.
1 parent 9052222 commit 5b59b10
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments