chore: clearer VIPS error message

This commit is contained in:
JovannMC 2025-05-28 16:49:23 +03:00
parent 09727a5e30
commit 55ed8dd440
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ export class VipsConverter extends Converter {
);
addToast(
"error",
`Error in VIPS worker, some features may not work.`,
`Error in VIPS worker, image conversion may not work as expected.`,
);
throw new Error(message.error);
}