We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8101744 commit aea5175Copy full SHA for aea5175
src/execution/withCleanup.ts
@@ -35,7 +35,7 @@ export function withCleanup<T>(
35
await finish();
36
return result;
37
}
38
- return { value: await result.value, done: false };
+ return { value: result.value, done: false };
39
} catch (error) {
40
41
throw error;
0 commit comments