Closed vidarc closed 1 year ago
// @Richienb
Added type tests
This is still occurring on 7.3.4. See https://github.com/BeeeQueue/dota-matches-api/actions/runs/4212473470/jobs/7311519688
This is still occurring on 7.3.4. See BeeeQueue/dota-matches-api/actions/runs/4212473470/jobs/7311519688
The p-queue
API could be improved. For now, pass throwOnTimeout: true
as an option.
Still happening on the current release.
I would initially expect result to have type of
Promise<string>
. This commit https://github.com/sindresorhus/p-queue/commit/81846550274256011a2d55b06aeb36b23877eb43 seems to have changed that behavior.If I'm reading the types correctly, doing
should bring back the old typing, but it doesn't.