Closed jednano closed 7 years ago
Related to #56
Offending line: this one
Solution would be to Promise.reject(new Error('not a retina image')); or whatever you want the error message to be, right?
Promise.reject(new Error('not a retina image'));
Related to #56
Offending line: this one
Solution would be to
Promise.reject(new Error('not a retina image'));
or whatever you want the error message to be, right?