Minor formatting/typo fix

This commit is contained in:
Qusijue 2021-08-12 20:24:23 +05:00
parent 592399b1db
commit ffe07fd193
3 changed files with 4 additions and 4 deletions

View file

@ -57,7 +57,7 @@ var str = exports.str = function(key, params) {
var getIntlKey = exports.getIntlKey = function(obj, key, overrideLocale) {
if (!obj || !obj[key]) {
throw new Error('that key ' + key + 'doesn\'t exist in this blob' + obj);
throw new Error('that key ' + key + ' doesn\'t exist in this blob ' + obj);
}
if (!obj[key][getDefaultLocale()]) {
console.warn(