holepunchto / hyperdrive

Hyperdrive is a secure, real time distributed file system
Apache License 2.0
1.86k stars 134 forks source link

archive.readFile doesn't call the callback #249

Closed ninabreznik closed 1 year ago

ninabreznik commented 5 years ago

When I call archive.readFile with the path where the file is empty, callback doesn't get triggered.

Screenshot_2019-08-11_00-54-44

If I call the same with path where file is not empty, it works fine and when I call it with wrong path, I get an error.