mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-22 07:46:16 -04:00
Fix typo
This commit is contained in:
parent
1031429550
commit
0c9db5afe9
1 changed files with 1 additions and 1 deletions
|
@ -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})`);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue