From 39f5fcc17a8f155a3774a9f16981102e164533ff Mon Sep 17 00:00:00 2001 From: Romina Suarez Date: Sun, 16 Oct 2016 17:48:15 -0300 Subject: [PATCH] Fixed typo (extra parentheses) --- src/node/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node/index.js b/src/node/index.js index 3b59367..54c9d74 100644 --- a/src/node/index.js +++ b/src/node/index.js @@ -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){