qossmic / deptrac

Keep your architecture clean.
https://qossmic.github.io/deptrac
MIT License
2.61k stars 135 forks source link

Add creating of cache directory if not exists #1302

Closed alexander-schranz closed 9 months ago

alexander-schranz commented 9 months ago

Fixes https://github.com/qossmic/deptrac/issues/1301

Putting all into a single if does make things little bit unreadable so I decided to change it to a more understandable if statements: https://github.com/qossmic/deptrac/pull/1302/commits/e25210949cf950a7eba0b959626d34b7295d52eb

gennadigennadigennadi commented 9 months ago

@alexander-schranz thank you very much for the contribution.