chore: add message when resizing image

This commit is contained in:
C4illin 2024-10-06 00:40:34 +02:00
parent 64e4a271e1
commit 4f98f778f0
9 changed files with 29 additions and 44 deletions

View file

@ -137,7 +137,7 @@ export async function convert(
console.error(`stderr: ${stderr}`);
}
resolve("success");
resolve("Done");
});
});
}