Skip to content

Commit

Permalink
fault injection
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Sep 26, 2024
1 parent 088b3a6 commit c17b6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sample/genaisrc/gai.genai.mts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ console.log(
`> first failure log: ${(fflog.length / 1000) | 0}kb ${ffjob.logUrl}`
)

const lsjobs = await downloadRunLog(ls.id)
const lsjobs = await downlo adRunLog(ls.id)
const lsjob = lsjobs.find(({ name }) => ffjob.name === name)
const lslog = lsjob.text
console.log(
Expand Down

0 comments on commit c17b6db

Please sign in to comment.