Skip to content

Commit

Permalink
Revert todo removal
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehorvat committed Jun 22, 2024
1 parent 520dc1b commit 8f20196
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export default class PQueue<QueueType extends Queue<RunFunction, EnqueueOptionsT
*/
timeout?: number;

// TODO: The `throwOnTimeout` option should affect the return types of `add()` and `addAll()`
constructor(options?: Options<QueueType, EnqueueOptionsType>) {
super();

Expand Down

0 comments on commit 8f20196

Please sign in to comment.