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
Somehow a call can have a void return type, which means that calling call.bool() can fail. Need to check for the return type and not call bool() if it doesn't have the right return type.
Somehow a call can have a void return type, which means that calling
call.bool()
can fail. Need to check for the return type and not call bool() if it doesn't have the right return type.The text was updated successfully, but these errors were encountered: