Skip to content

Commit 19af955

Browse files
committed
Fix options is not defined (thanks to martingg88)
1 parent 40b4c5b commit 19af955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/exif/ExifImage.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ ExifImage.prototype.loadImage = function (image, callback) {
115115
return;
116116
}
117117

118-
self.processImage("File: "+image, data, options, callback);
118+
self.processImage("File: "+image, data, callback);
119119
});
120120
return;
121121
}

0 commit comments

Comments
 (0)