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

Error when you console.log(undefined) #25

Closed
ursi opened this issue Jun 25, 2020 · 4 comments
Closed

Error when you console.log(undefined) #25

ursi opened this issue Jun 25, 2020 · 4 comments
Labels
bug Something isn't working

Comments

@ursi
Copy link

ursi commented Jun 25, 2020

I'm getting the following error when I console.log(undefined)

C:\...\node_modules\elm-debug-transformer\dist\elm-console-debug.js:9 Uncaught (in promise) TypeError: Cannot read property 'length' of undefined
    at console.P.console.log (C:\...\node_modules\elm-debug-transformer\dist\elm-console-debug.js:9)
@kraklin
Copy link
Owner

kraklin commented Jun 25, 2020

@ursi thanks for reporting this - I'm diving into it straight away ;)

kraklin added a commit that referenced this issue Jun 25, 2020
kraklin added a commit that referenced this issue Jun 25, 2020
@kraklin
Copy link
Owner

kraklin commented Jun 25, 2020

So @ursi - it should be fixed. Can you try version 1.0.5 and let me know if it is working for you?

@kraklin kraklin added bug Something isn't working waiting for validation labels Jun 25, 2020
@ursi
Copy link
Author

ursi commented Jun 25, 2020

looks like it's workin!

@kraklin
Copy link
Owner

kraklin commented Jun 25, 2020

Cool. Let me know if it will misbehave ;) Happy debugging

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants