Browse Source

Merge pull request #46 from rowasc/typo-fix-src-node-index

Fixed typo (extra parentheses)
pull/49/head
Guillermo Webster 8 years ago committed by GitHub
parent
commit
e8e19d383b
  1. 2
      src/node/index.js

2
src/node/index.js

@ -40,7 +40,7 @@ function loadImage(image, cb){ @@ -40,7 +40,7 @@ function loadImage(image, cb){
}).catch(function (err) {
return console.error(err);
});
})
}
if(typeof image === 'string'){
fs.readFile(image, function(err, buffer){

Loading…
Cancel
Save