Apply nph format

This commit is contained in:
Arnaud 2025-10-21 07:24:39 +02:00
parent 21cc0811bd
commit 08ba961f00
No known key found for this signature in database
GPG Key ID: B8FBC178F10CA7AE

View File

@ -235,7 +235,8 @@ proc stream(
let node = codex[].node
try:
let res = await noCancel codex.streamData(session.stream, onChunk, chunkSize, filepath)
let res =
await noCancel codex.streamData(session.stream, onChunk, chunkSize, filepath)
if res.isErr:
return err($res.error)
except LPStreamError as e: