You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, great library.
A small issue I ran into, is that tplant will not throw an error/warning when the output directory does not exist. It simply says Done in x secs. while nothing is generated.
In my case, I wanted to output to reports/uml/uml.svg. reports/uml did not exist, reports/xyz did, though.
Suggested solution:
Generate output directory if not exists
Warn/error when output dir could not be created.
Cheers
The text was updated successfully, but these errors were encountered:
Hi, great library.
A small issue I ran into, is that
tplant
will not throw an error/warning when the output directory does not exist. It simply saysDone in x secs.
while nothing is generated.In my case, I wanted to output to
reports/uml/uml.svg
.reports/uml
did not exist,reports/xyz
did, though.Suggested solution:
Cheers
The text was updated successfully, but these errors were encountered: