nusave
nusave copied to clipboard
Recurvise dependencies of dependency issue
First of all, THANKS for this VERY handy tool!
In order to download the dependencies recursively I commented this line https://github.com/eli-ba/nusave/blob/3f90604bf28b4bd9dcfa2f691393f7c6f2a3e7d0/src/Core/DependencyResolver.cs#L191 because otherwise the check at line https://github.com/eli-ba/nusave/blob/3f90604bf28b4bd9dcfa2f691393f7c6f2a3e7d0/src/Core/DependencyResolver.cs#L155 was always true during the recursion. Am I missing something?