1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-06-15 03:35:16 +00:00

Fix a typo in twemoji-generator.js

This commit is contained in:
JuanitoFatas 2015-12-20 21:49:55 +08:00
parent 685ed18255
commit cffbcca977

View File

@ -73,7 +73,7 @@ Queue([
res.on('data', chunks.push.bind(chunks)); res.on('data', chunks.push.bind(chunks));
// once done ... // once done ...
res.on('end', function () { res.on('end', function () {
console.log('analizing EmojiSources VS our assets ... '); console.log('analyzing EmojiSources VS our assets ... ');
// store all missing assets in one object // store all missing assets in one object
var missing = {}; var missing = {};
// will be used to store an array with all missing // will be used to store an array with all missing