mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 16:10:49 +00:00
perf: shorten extension ci tail
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user