fixing thumbnail error
This commit is contained in:
parent
a091e7d8b3
commit
db6691fc89
@ -63,9 +63,8 @@ export class PhotoProcessing {
|
||||
// check if thumbnail already exist
|
||||
try {
|
||||
await fsp.access(thPath, fsConstants.R_OK);
|
||||
return null;
|
||||
return thPath;
|
||||
} catch (e) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user