Skip to content

Commit

Permalink
build: updated min ver yagna for CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mgordel committed Jul 1, 2024
1 parent 09ecec9 commit 8e4168e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ import { pinoPrettyLogger } from "@golem-sdk/pino-logger";
.downloadFile("/golem/input/output.txt", "./output.txt")
.endStream();

for await (const chunk of res) {
res.subscribe((chunk) => {
if (chunk.index === 2) console.log(chunk.stdout);
}
});
});
} catch (err) {
console.error("Task encountered an error:", err);
Expand Down

0 comments on commit 8e4168e

Please sign in to comment.