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: '