This commit is contained in:
HaveAGitGat 2022-05-23 07:51:02 +01:00
parent ea892dd1c3
commit 8e0a8954b4
2 changed files with 4 additions and 5 deletions

View file

@ -52,7 +52,6 @@ const plugin = (file, librarySettings, inputs, otherArguments) => {
const ratio = parseInt((newSize / oldSize) * 100, 10);
console.log(newSize, oldSize);
const sizeText = `New file has size ${newSize.toFixed(3)} MB which is ${ratio}% `
+ `of original file size: ${oldSize.toFixed(3)} MB`;