mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-02 00:54:40 +02:00
Minor formatting/typo fix
This commit is contained in:
parent
592399b1db
commit
ffe07fd193
3 changed files with 4 additions and 4 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue