diff --git a/src/report/body/uniqueTag.ts b/src/report/body/uniqueTag.ts index 1072efa..0f44479 100644 --- a/src/report/body/uniqueTag.ts +++ b/src/report/body/uniqueTag.ts @@ -7,6 +7,8 @@ interface Context { workingDirectory: string } +console.log('debug') + const hashedContext = (context: Context) => { const hash = createHash('sha256') const json = {