Add pqueue to API #405
Annotations
1 notice
docs/src/content/docs/reference/scripts/inline-prompts.mdx#L72
The use of `await` with `Promise.all` is incorrect. `Promise.all` takes an array of promises, not a function. The correct usage would be `Promise.all(arrayOfPromises)`.
|
This job succeeded
Loading