We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44301a0 commit 608ccf5Copy full SHA for 608ccf5
src/index.js
@@ -84,7 +84,7 @@ export default (options = {}) => {
84
// Everything below is expensive, so we want to short-circuit this as much as possible
85
// load in the image
86
return jimp.read(image)
87
- .then((err, jimpObj) => Promise.allSettled(
+ .then((jimpObj) => Promise.allSettled(
88
outputs
89
// Get only the sizes that we need to generate
90
.reduce((acc, val) => {
0 commit comments