Skip to content

Commit 75b6f03

Browse files
committed
chore: log error in full
1 parent 9d0a5b2 commit 75b6f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/action.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ async function run() {
117117
});
118118
console.log("put: ", x);
119119
} catch (e) {
120-
console.error(e);
120+
console.error(JSON.stringify(e.data));
121121
console.log("it didn't work", e.message, e.code, e.stack);
122122
// throw e;
123123
}

0 commit comments

Comments
 (0)