Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoaguirre committed Jan 13, 2025
1 parent 2d74e8d commit 34b6341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/testapps/flow-sample1/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export const flowMultiStepCaughtError = ai.defineFlow(
}
return `${result1} ${i++},`;
});
} catch (e) { }
} catch (e) {}

return await ai.run('step3', async () => {
return `${result2} ${i++}`;
Expand Down

0 comments on commit 34b6341

Please sign in to comment.