2
0
mirror of https://github.com/gchq/CyberChef synced 2026-01-04 09:33:21 +00:00
This commit is contained in:
j433866
2019-03-07 11:36:29 +00:00
parent 1031429550
commit 0c9db5afe9

View File

@@ -65,7 +65,7 @@ class ImageOpacity extends Operation {
const imageBuffer = await image.getBufferAsync(jimp.MIME_PNG);
return [...imageBuffer];
} catch (err) {
throw new OperateionError(`Error changing image opacity. (${err})`);
throw new OperationError(`Error changing image opacity. (${err})`);
}
}