Skip to content

Commit

Permalink
Remove preventCancel
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Dec 26, 2023
1 parent 5d89ff5 commit 9daf201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion denops/skkeleton/jisyo/skk_server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ async function* iterLine(
})
.pipeThrough(new TextLineStream());

for await (const line of lines.values({ preventCancel: true })) {
for await (const line of lines.values()) {
yield line as string;
}
}
Expand Down

0 comments on commit 9daf201

Please sign in to comment.