mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-05 11:12:54 +00:00
chore(lint): enable stricter error rules
This commit is contained in:
@@ -230,7 +230,7 @@ async function main() {
|
||||
idempotencyKey: randomUUID(),
|
||||
},
|
||||
(t.timeoutMs ?? 12_000) + 2_000,
|
||||
).catch((err) => {
|
||||
).catch((err: unknown) => {
|
||||
results.push({ id: t.id, ok: false, error: formatErr(err) });
|
||||
return null;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user