You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -55,7 +54,7 @@ class ResembleHelper extends Helper {
55
54
if(err){
56
55
reject(err);
57
56
}else{
58
-
if(!data.isSameDimensions)thrownewError("The images are not of same dimensions. Please use images of same dimensions so as to avoid any unexpected results.")
57
+
if(!data.isSameDimensions)reject(newError("The images are not of same dimensions. Please use images of same dimensions so as to avoid any unexpected results."));
0 commit comments