You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: