mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-06 16:30:01 +01:00
Compare commits
1 Commits
tape-run-b
...
error-mess
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3077601a2f |
@@ -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