upgrade electron-builder to 22.10.5
This commit is contained in:
parent
a4ff7ae240
commit
25458be515
8 changed files with 426 additions and 246 deletions
|
@ -24,7 +24,7 @@ exports.autoOrientImage = (fileOrBlobOrURL, options = {}) => {
|
|||
canvasOrError => {
|
||||
if (canvasOrError.type === 'error') {
|
||||
const error = new Error('autoOrientImage: Failed to process image');
|
||||
error.cause = canvasOrError;
|
||||
error.originalError = canvasOrError;
|
||||
reject(error);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue