perf: shorten extension ci tail

This commit is contained in:
Peter Steinberger
2026-04-24 20:35:55 +01:00
parent 51dd4f288f
commit c2a353a3bd
3 changed files with 5 additions and 2 deletions

View File

@@ -445,6 +445,9 @@ async function openMeetWithBrowserProxy(params: {
if (browser?.inCall === true) {
return { launched: true, browser };
}
if (browser?.manualActionRequired === true) {
return { launched: true, browser };
}
} catch (error) {
browser = {
...browser,