Urara-Blog/node_modules/.pnpm-store/v3/files/e6/7b8e098aa0cfb4a4b7f36aa264397d6e2811629ef34bcca4b90f585260482d24e6a96e91aabd637c1b54da3843279462505b1f83a1a29aa7914b5d3197a4fe
2022-08-14 01:14:53 +08:00

13 lines
No EOL
288 B
Text

<await(slowPromise) timeout=5000>
<@then>Done</@then>
<@catch|err|>
<if(err.name === "TimeoutError")>
Took too long to fetch the data!
</if>
<else>
Promise failed with ${err.message}.
</else>
</@catch>
</await>
# from https://markojs.com/docs/core-tags/