Better log

This commit is contained in:
syuilo 2018-06-08 22:03:14 +09:00
parent cc6fa135ac
commit 22a1dc0566
1 changed files with 2 additions and 2 deletions

View File

@ -164,8 +164,8 @@ export default async function(
'metadata.deletedAt': { $exists: false }
});
if (much !== null) {
log('file with same hash is found');
if (much) {
log(`file with same hash is found: ${much._id}`);
return much;
}
}