misc: Added failed verification error logging on retry.

This commit is contained in:
Peter Michael
2022-02-06 14:00:06 -05:00
parent ebc2e5901a
commit 04ed9585b8

View File

@@ -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);
}