Skip to content

Commit

Permalink
Debug log message
Browse files Browse the repository at this point in the history
  • Loading branch information
sheck committed Jul 11, 2023
1 parent d13c741 commit 6d70317
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ async function runEslint () {

if (!changeRanges.some(r => r.doesInclude(line))) continue

core.debug(`Message: ${msg}`)

// TODO: figure out how this goes from 0 to NaN //
errorCount += msg.errorCount
warningCount += msg.warningCount
const annotationLevel = levels[severity]
Expand Down

0 comments on commit 6d70317

Please sign in to comment.