mirror of https://github.com/openclaw/openclaw.git
fix(ci): drop stale browser runtime imports
This commit is contained in:
parent
5ef3bdb5f4
commit
470b4452ce
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue