mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-06 06:41:08 +00:00
fix(ci): drop stale browser runtime imports
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import { closeTrackedBrowserTabsForSessions } from "../../extensions/browser/runtime-api.js";
|
||||
import { isSilentReplyText, SILENT_REPLY_TOKEN } from "../auto-reply/tokens.js";
|
||||
import { cleanupBrowserSessionsForLifecycleEnd } from "../browser-lifecycle-cleanup.js";
|
||||
import { formatErrorMessage, readErrorName } from "../infra/errors.js";
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
import { closeTrackedBrowserTabsForSessions } from "../../extensions/browser/runtime-api.js";
|
||||
import { resolveDefaultAgentId } from "../agents/agent-scope.js";
|
||||
import { cleanupBrowserSessionsForLifecycleEnd } from "../browser-lifecycle-cleanup.js";
|
||||
import type { CliDeps } from "../cli/deps.js";
|
||||
|
||||
Reference in New Issue
Block a user