mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-13 02:36:04 +00:00
chore(lint): enable stricter error rules
This commit is contained in:
@@ -309,7 +309,7 @@ async function runQueueEntryTask(lane: string, entry: QueueEntry): Promise<unkno
|
||||
return await Promise.race([taskPromise, timeoutPromise]);
|
||||
} catch (err) {
|
||||
if (timedOut) {
|
||||
void taskPromise.catch((lateErr) => {
|
||||
void taskPromise.catch((lateErr: unknown) => {
|
||||
diag.warn(
|
||||
`lane task rejected after timeout: lane=${lane} timeoutMs=${taskTimeoutMs} error="${String(lateErr)}"`,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user