Skip to content

Commit a0e9c51

Browse files
committed
fix: minnor fix in the log
1 parent ead97b2 commit a0e9c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ async function main() {
134134
} catch (err) {
135135
console.error(`Failed to process image for token ${token.symbol}:`, err)
136136
console.error(`Token details:`, token)
137-
console.warn(` Retrying ${attempt + 1} of ${5}`)
137+
console.warn(` Retrying ${attempt + 1} of ${10}`)
138138
}
139139
}
140140

0 commit comments

Comments
 (0)