mirror of
https://github.com/lens-protocol/core.git
synced 2026-01-10 22:58:08 -05:00
misc: Added failed verification error logging on retry.
This commit is contained in:
@@ -53,7 +53,7 @@ export async function deployWithVerify(
|
||||
);
|
||||
break;
|
||||
}
|
||||
console.log(`Retrying... Retry #${count}`);
|
||||
console.log(`Retrying... Retry #${count}, last error: ${error}`);
|
||||
}
|
||||
await delay(5000);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user