fix: debug

This commit is contained in:
Derrick Hammer 2023-10-17 08:12:12 -04:00
parent b35191bea2
commit 6738b2337f
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -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/", "");