We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94bd3fc commit 6f9a541Copy full SHA for 6f9a541
bin/destroy.ts
@@ -84,7 +84,7 @@ export async function main(args: string[]): Promise<void> {
84
})
85
}
86
87
- while (exitCode !== 0 && retries !== maxRetries) {
+ while (exitCode !== 0 && retries <= maxRetries) {
88
if (retries > 0) {
89
console.log(`Retry ${retries} of ${maxRetries}`)
90
0 commit comments