We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 965ae75 commit ff80f4fCopy full SHA for ff80f4f
src/handlers/DuplexHandler.ts
@@ -13,7 +13,7 @@ abstract class DuplexHandler<
13
* error. If you need to handle any clean up it should be handled in a
14
* `finally` block and check the abort signal for potential errors.
15
*/
16
- public async *handle (
+ public async *handle(
17
input: AsyncIterableIterator<Input>,
18
cancel: (reason?: any) => void,
19
meta: Record<string, JSONValue> | undefined,
0 commit comments