Update PixelManipulation.js (#236)

This commit is contained in:
Jeffrey Warren
2018-05-02 17:09:09 -04:00
committed by GitHub
parent adc21ae843
commit 8547c60873

View File

@@ -18,7 +18,7 @@ module.exports = function PixelManipulation(image, options) {
getPixels(image.src, function(err, pixels) {
if(err) {
console.log('Bad image path');
console.log('Bad image path', image);
return;
}