endowdly
Results
1
issues of
endowdly
We have: ``` powershell $GraphVizPath = ( 'C:\Program Files\NuGet\Packages\Graphviz*\dot.exe', 'C:\program files*\GraphViz*\bin\dot.exe', '/usr/local/bin/dot' ), ``` …which of course we can change. Why not something like... ``` powershell $isGraphviz = try {...