Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nfroidure/gulp-svgicons2svgfont
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed May 3, 2015
2 parents 0c874fa + 1a67d64 commit b2db230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -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: '
Expand Down

0 comments on commit b2db230

Please sign in to comment.