Skip to content

Commit

Permalink
refactor: add console.table para teste
Browse files Browse the repository at this point in the history
  • Loading branch information
katiacih committed Jul 31, 2023
1 parent 21d1ad3 commit 3682365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13077,7 +13077,7 @@ function runDetekt() {
console.log(`Version: ${report[0].version}`)
console.log('Verifique os erros abaixo:')

// console.table(report[0].file)
console.table(report[0].file)
return report
})

Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function runDetekt() {
console.log(`Version: ${report[0].version}`)
console.log('Verifique os erros abaixo:')

// console.table(report[0].file)
console.table(report[0].file)
return report
})

Expand Down

0 comments on commit 3682365

Please sign in to comment.