chore: finish logger sweep and add retry tests

This commit is contained in:
Peter Steinberger
2025-11-25 04:30:40 +01:00
parent ca0b50d772
commit ec630839a9
4 changed files with 38 additions and 16 deletions

View File

@@ -309,7 +309,7 @@ export async function getReplyFromConfig(
`Command auto-reply timed out after ${elapsed}ms (limit ${timeoutMs}ms)`,
);
} else {
console.error(`Command auto-reply failed after ${elapsed}ms`, err);
logError("Command auto-reply failed after ms: " . String(err), runtime);
}
return undefined;
}