Skip to content

Commit 1006e38

Browse files
committed
chore: try logging out baseFile and headFile
1 parent 708c796 commit 1006e38

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main.ts

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ export async function run(): Promise<void> {
2222
getFileFromBranch(headBranch, filePath).toString()
2323
)
2424

25+
console.log('baseFile', baseFile)
26+
console.log('headFile', headFile)
27+
2528
const diff = diffOpenapiObject(baseFile, headFile)
2629

2730
console.log('diff', diff)

0 commit comments

Comments
 (0)