mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-10 02:10:00 +01:00
Update PixelManipulation.js (#236)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user