Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit a31297e

Browse files
committed
debug
1 parent e8b6240 commit a31297e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dist/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3080,6 +3080,7 @@ async function run() {
30803080
catch { }
30813081
core.debug(`error running eslint?: ${eslintError}`);
30823082
try {
3083+
console.log(eslintOutput.replace(/\\"/g, '\\"'));
30833084
results = JSON.parse(eslintOutput.replace(/\\"/g, '\\"'));
30843085
const stylish = __webpack_require__(279);
30853086
// log to console so github action problem matchers can work on output

src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ async function run(): Promise<void> {
5555
core.debug(`error running eslint?: ${eslintError}`)
5656

5757
try {
58+
console.log(eslintOutput.replace(/\\"/g, '\\"'))
5859
results = JSON.parse(eslintOutput.replace(/\\"/g, '\\"'))
5960
const stylish = require('eslint/lib/formatters/stylish')
6061

0 commit comments

Comments
 (0)