Skip to content

Commit a658fbe

Browse files
Update default.js
1 parent 2ef9c12 commit a658fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transfer/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ export async function defaultSend(
198198
}
199199
} catch {}
200200
}
201-
201+
let sent = 0;
202202
// 2) Stream data frames (ns_data)
203203
for await (const chunk of toAsyncIterable(source)) {
204204
const u8 = chunk instanceof Uint8Array ? chunk : Buffer.from(chunk);

0 commit comments

Comments
 (0)