mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-25 06:17:33 +00:00
feat: work not yet complete
https://forum.plantuml.net/10049/2019-pipemap-diagrams-containing-links-give-zero-exit-code
This commit is contained in:
parent
4a246c7cb9
commit
793b78abc5
@ -126,8 +126,9 @@ public class Pipe {
|
||||
// We don't check errors
|
||||
error.goOk();
|
||||
if (result == null) {
|
||||
final CMapData empty = new CMapData();
|
||||
ps.println(empty.asString("plantuml"));
|
||||
// final CMapData empty = new CMapData();
|
||||
// ps.println(empty.asString("plantuml"));
|
||||
ps.println();
|
||||
} else
|
||||
ps.println(result);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user