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
Right now the runCommandInMainThread method is returning either result.error or result.stderr which means both properties have to be handled by the caller.
We should refactor the output to only have a single error property.
The text was updated successfully, but these errors were encountered:
Right now the
runCommandInMainThread
method is returning eitherresult.error
orresult.stderr
which means both properties have to be handled by the caller.We should refactor the output to only have a single error property.
The text was updated successfully, but these errors were encountered: