alexiscn / SynologyKit

Synology File Station SDK for Swift
MIT License
36 stars 8 forks source link

Error if I pass wrong `searchPath` in `client.search(atFolderPath: searchPath` #6

Closed CPiersigilli closed 4 years ago

CPiersigilli commented 4 years ago

If I pass a wrong searchPath in client.search(atFolderPath: searchPath, I have this error:

Schermata 2019-11-24 alle 18 35 39

Where am I wrong?

alexiscn commented 4 years ago

It's a bug. I will fix it later.

CPiersigilli commented 4 years ago

With 0.3.1. work. Thank you.