From 6e3f3436024e997bf5378113c441bd73246aef0c Mon Sep 17 00:00:00 2001 From: Alexander Falb Date: Wed, 8 Apr 2015 11:43:20 +0200 Subject: [PATCH] Update index.js This fixes Reference error: i is not defined at gulp-svgicons2svgfont/src/index.js:87:29 at FSReqWrap.oncomplete (fs.js:99:15) --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index baa05bb..2be6471 100644 --- a/src/index.js +++ b/src/index.js @@ -84,7 +84,7 @@ module.exports = function(options) { function(err) { if(err) { gutil.log('Could not save codepoint: ' - + 'u' + i.toString(16).toUpperCase() + + 'u' + glyph.codepoint.toString(16).toUpperCase() +' for ' + glyph.name + '.svg'); } else { gutil.log('Saved codepoint: '