Skip to content

Commit

Permalink
debug: change some code
Browse files Browse the repository at this point in the history
  • Loading branch information
MH4GF committed May 25, 2024
1 parent 6fe02b7 commit d32798d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/report/body/uniqueTag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ interface Context {
workingDirectory: string
}

console.log('debug')

const hashedContext = (context: Context) => {
const hash = createHash('sha256')
const json = {
Expand Down

0 comments on commit d32798d

Please sign in to comment.