mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 06:21:26 +00:00
refactor: lint cleanups and helpers
This commit is contained in:
@@ -418,7 +418,7 @@ export async function runEmbeddedPiAgent(params: {
|
||||
params.abortSignal.addEventListener("abort", onAbort, { once: true });
|
||||
}
|
||||
}
|
||||
let promptError: unknown | null = null;
|
||||
let promptError: unknown = null;
|
||||
try {
|
||||
try {
|
||||
await session.prompt(params.prompt);
|
||||
|
||||
Reference in New Issue
Block a user