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

Null pointer exception with missing semi colon in closures #712

Open
gpickin opened this issue Sep 22, 2021 · 0 comments
Open

Null pointer exception with missing semi colon in closures #712

gpickin opened this issue Sep 22, 2021 · 0 comments

Comments

@gpickin
Copy link

gpickin commented Sep 22, 2021

I was getting a null pointer exception of file_error - and couldn't tell why.
I finally figured out, one of the lines in my closure, was missing a semi colon, that seemed to kill the process, and result in that error, for that file.

I fixed the missing semi colon and it works now.
Might be able to be more forgiving?

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

1 participant