Compare commits

...

1 Commits

Author SHA1 Message Date
Jeffrey Warren
3077601a2f Update PixelManipulation.js 2018-05-02 16:54:00 -04:00

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;
}