Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to 0.5.0: Senseless console.log call #93

Closed
mwager opened this issue Jul 1, 2015 · 1 comment
Closed

Upgrade to 0.5.0: Senseless console.log call #93

mwager opened this issue Jul 1, 2015 · 1 comment

Comments

@mwager
Copy link

mwager commented Jul 1, 2015

Hey there,

after upgrading to 0.5.0 we experience a console.log call in our app:

[ng-i18next] i18next error: null

Here you just check for 'undefined' but the error is null: (typeof null === 'object')

https://github.com/i18next/ng-i18next/blob/master/releases/v0.5.0/ng-i18next.js#L53

and the callback gets called like cb(null, ...)

@bugwelle
Copy link
Contributor

bugwelle commented Jul 1, 2015

Yeah,.. New version of i18next. Will fix this as soon as possible.
Thanks for reporting. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants