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
The docs claim that the method has the signature getConsoleLogs(type = undefined) and undefined means "all". "all" is not an accepted value for type. We should either fix the docs (and say "type can be false to disable filtering") or the code to properly handle "all".
The text was updated successfully, but these errors were encountered:
The docs claim that the method has the signature
getConsoleLogs(type = undefined)
andundefined
means "all". "all" is not an accepted value for type. We should either fix the docs (and say "type can be false to disable filtering") or the code to properly handle "all".The text was updated successfully, but these errors were encountered: