Skip to content

Commit 85619b2

Browse files
committed
chore: log more
1 parent a3ffc65 commit 85619b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/action.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26268,7 +26268,7 @@ async function run() {
2626826268
)
2626926269
);
2627026270

26271-
console.log(transformed_docs);
26271+
console.log(JSON.stringify(transformed_docs));
2627226272

2627326273
const ready_for_cf = transformed_docs
2627426274
.map((d) =>

src/action.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ async function run() {
9393
)
9494
);
9595

96-
console.log(transformed_docs);
96+
console.log(JSON.stringify(transformed_docs));
9797

9898
const ready_for_cf = transformed_docs
9999
.map((d) =>

0 commit comments

Comments
 (0)