debug: add missing log message

This commit is contained in:
KernelDeimos
2025-11-20 18:17:59 -05:00
committed by Eric Dubé
parent b035fda778
commit 3cdb182355

View File

@@ -91,6 +91,7 @@ export default class {
try {
return await id2path(uuid);
} catch (e) {
console.error('DASH VOID ERROR !!', e);
return `/-void/${ uuid}`;
}
});