hyperdrive-daemon icon indicating copy to clipboard operation
hyperdrive-daemon copied to clipboard

mount() will not resolve if a URL is passed

Open pfrazee opened this issue 5 years ago • 0 comments

Relevant line: https://github.com/andrewosh/hyperdrive-daemon/blob/master/lib/drives/index.js#L886

If you pass in hyper://${key} instead of just ${key} the listener will fail to match and resolve.

pfrazee avatar Feb 24 '20 17:02 pfrazee