mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 08:27:39 +00:00
chore(test): fix oxlint errors
This commit is contained in:
@@ -45,7 +45,7 @@ export async function rmDirWithRetries(
|
||||
retryDelay: delayMs,
|
||||
});
|
||||
return;
|
||||
} catch (err) {
|
||||
} catch {
|
||||
// Fall back for older Node implementations (or unexpected retry behavior).
|
||||
for (let attempt = 0; attempt < attempts; attempt += 1) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user