mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 23:51:01 -07:00
Better log
This commit is contained in:
parent
deb355ff5e
commit
471d01ef2c
1 changed files with 2 additions and 2 deletions
|
@ -164,8 +164,8 @@ export default async function(
|
||||||
'metadata.deletedAt': { $exists: false }
|
'metadata.deletedAt': { $exists: false }
|
||||||
});
|
});
|
||||||
|
|
||||||
if (much !== null) {
|
if (much) {
|
||||||
log('file with same hash is found');
|
log(`file with same hash is found: ${much._id}`);
|
||||||
return much;
|
return much;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue