Skip to content

Commit

Permalink
refactor:adiciona mais logs
Browse files Browse the repository at this point in the history
  • Loading branch information
katiacih committed Aug 4, 2023
1 parent 3d604c8 commit 3a0e705
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/controller/evaluator.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ function runStepsEvaluator(pathList) {
const outputBase64 = parserJSONtoBase64(outputJSON)

fs.writeFileSync('result.json', outputJSON)
fs.writeFileSync('output.json', outputJSON)
core.info(`\u001b[32;5;6m 🚀 parserJSONtoBase64 -> ${outputBase64}`)

var enc = new Base64()
Expand Down

0 comments on commit 3a0e705

Please sign in to comment.