This commit is contained in:
j433866 2019-03-07 11:36:29 +00:00
parent 1031429550
commit 0c9db5afe9
1 changed files with 1 additions and 1 deletions

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})`);
}
}