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:
parent
685ed18255
commit
cffbcca977
@ -73,7 +73,7 @@ Queue([
|
||||
res.on('data', chunks.push.bind(chunks));
|
||||
// once done ...
|
||||
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
|
||||
var missing = {};
|
||||
// will be used to store an array with all missing
|
||||
|
Loading…
Reference in New Issue
Block a user