enb / enb-bem-i18n

BEM internationalization for ENB
Other
8 stars 7 forks source link

Missed return statements in i18n-merge-keysets technology code #17

Closed tormozz48 closed 9 years ago

tormozz48 commented 9 years ago

Here is vow.all statement from map of promises https://github.com/enb-bem/enb-bem-i18n/blob/master/techs/i18n-merge-keysets.js#L42

Map callback function should return promise for every array item. Missed return statement can be reason of possible errors

@blond