From d32798d975c3d3bf0960d639821e8802077e94fd Mon Sep 17 00:00:00 2001 From: MH4GF Date: Sat, 25 May 2024 20:03:01 +0900 Subject: [PATCH] debug: change some code --- src/report/body/uniqueTag.ts | 2 ++ 1 file changed, 2 insertions(+) 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 = {