Skip to content

Commit 9c44d2b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/action.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26292,7 +26292,7 @@ async function run() {
2629226292
});
2629326293
console.log("put: ", x);
2629426294
} catch (e) {
26295-
console.error(e);
26295+
console.error(JSON.stringify(e.data));
2629626296
console.log("it didn't work", e.message, e.code, e.stack);
2629726297
// throw e;
2629826298
}

0 commit comments

Comments
 (0)