For example:
> async function a() { await new Promise(() => {}) }
undefined
> async function b() { await a(); }
undefined
> b() // Calling this function returns nothing
> throw new Error
Uncaught exception: [Error]
Stack:
Unhandled JavaScript exception: [Error]
Error at (console):1:7
<unknown> at (console):1:11
<unknown> at :0:0
<unknown> at (console):1:40
a at (console):1:29
a at (console):1:29
<unknown> at (console):1:29
b at (console):1:2
b at (console):1:2
<unknown> at (console):1:2
<unknown> at :0:0
<unknown> at :0:0
<unknown> at :0:0
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too