Skip to content

Commit

Permalink
fix(main): i husky
Browse files Browse the repository at this point in the history
i husky
  • Loading branch information
snomiao committed Jan 8, 2025
1 parent 3eac20f commit 77570b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ export function _byLazy<T, R>(
{
start: async (ctrl) => {
(async function () {
while (true) {
while (true) {
const { done, value } = await tr.read();
if (done) return ctrl.close();
ctrl.enqueue(value);
Expand Down

0 comments on commit 77570b4

Please sign in to comment.