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
In lines 298, 299, 300, 307, 327, file_contents is accessed, without there being a check for if it is null or not. I recommend there to be a null check as soon as file_contents is defined
The text was updated successfully, but these errors were encountered:
In lines 298, 299, 300, 307, 327,
file_contents
is accessed, without there being a check for if it is null or not. I recommend there to be a null check as soon as file_contents is definedThe text was updated successfully, but these errors were encountered: