05nelsonm / kmp-tor

Kotlin Multiplatform Library for embedding Tor into your applications
Apache License 2.0
33 stars 5 forks source link

`TorRuntime.Environment` fails when directories the same. #520

Closed 05nelsonm closed 1 month ago

05nelsonm commented 1 month ago

When cache and work directory are the same, tor fails. Need to throw exception if Builder is called with the same directory.