Skip to content

Commit

Permalink
added diff
Browse files Browse the repository at this point in the history
  • Loading branch information
bemijonathan committed Oct 7, 2023
1 parent 14ddcf7 commit c1236d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/steps/summarize-changes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ export async function summarizeChanges(
return res.output.join('\n')
} catch (e) {
Logger.log('error summarizing changes')
Logger.log(JSON.stringify(e as unknown as string))
Logger.log(e)
}
}

0 comments on commit c1236d6

Please sign in to comment.