fix: debug
This commit is contained in:
parent
b35191bea2
commit
6738b2337f
|
@ -20,6 +20,7 @@ export default class IPFSProvider implements ContentProvider {
|
||||||
let urlPath = path;
|
let urlPath = path;
|
||||||
const parsedPath = nodePath.parse(urlPath);
|
const parsedPath = nodePath.parse(urlPath);
|
||||||
let err;
|
let err;
|
||||||
|
console.log("ipfs fetching", uri, path);
|
||||||
try {
|
try {
|
||||||
if (ipnsPath(cid)) {
|
if (ipnsPath(cid)) {
|
||||||
const cidHash = cid.replace("/ipns/", "");
|
const cidHash = cid.replace("/ipns/", "");
|
||||||
|
|
Loading…
Reference in New Issue