Closed michaelfig closed 4 months ago
Latest commit: |
279a40a
|
Status: | ✅ Deploy successful! |
Preview URL: | https://e88f7d4f.documentation-7tp.pages.dev |
Branch Preview URL: | https://mfig-orch-try-catch.documentation-7tp.pages.dev |
Cloudflare deployment logs are available here
I had this same thought when looking at the recent vow
when
retry logic. Would this same guidance still apply there?
Absolutely! Here's the PR that I just now tagged you in: Agoric/agoric-sdk#9731
Mixing
await
style with.then
and.catch
is sufficiently confusing to novice JS programmers. Please take advantage oftry-catch
instead.