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 cc105a2 commit 499475eCopy full SHA for 499475e
lib/uploadhandler.js
@@ -123,7 +123,7 @@ module.exports = function (options) {
123
dstPath: options.uploadDir() + '/' + version + '/' + fileInfo.name,
124
customArgs: opts.imageArgs || ['-auto-orient']
125
}, finish);
126
- }
+ });
127
});
128
}
129
@@ -149,7 +149,7 @@ module.exports = function (options) {
149
150
151
152
153
})
154
.on('aborted', function () {
155
_.each(tmpFiles, function (file) {
0 commit comments