mirror of
https://github.com/HeyPuter/puter.git
synced 2025-12-30 09:40:00 -06:00
debug: add missing log message
This commit is contained in:
@@ -91,6 +91,7 @@ export default class {
|
||||
try {
|
||||
return await id2path(uuid);
|
||||
} catch (e) {
|
||||
console.error('DASH VOID ERROR !!', e);
|
||||
return `/-void/${ uuid}`;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user