Skip to content

Commit bb17ec0

Browse files
committed
build
1 parent b1e9823 commit bb17ec0

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

i18nextHttpBackend.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ var Backend = function () {
120120

121121
loadPath = (0, _utils.makePromise)(loadPath);
122122
loadPath.then(function (resolvedLoadPath) {
123+
if (!resolvedLoadPath) return callback(null, {});
124+
123125
var url = _this2.services.interpolator.interpolate(resolvedLoadPath, {
124126
lng: languages.join('+'),
125127
ns: namespaces.join('+')

i18nextHttpBackend.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)