Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Mar 13, 2022
1 parent b1e9823 commit bb17ec0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions i18nextHttpBackend.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ var Backend = function () {

loadPath = (0, _utils.makePromise)(loadPath);
loadPath.then(function (resolvedLoadPath) {
if (!resolvedLoadPath) return callback(null, {});

var url = _this2.services.interpolator.interpolate(resolvedLoadPath, {
lng: languages.join('+'),
ns: namespaces.join('+')
Expand Down
2 changes: 1 addition & 1 deletion i18nextHttpBackend.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bb17ec0

Please sign in to comment.