Skip to content

Commit

Permalink
Fix deepsource findings
Browse files Browse the repository at this point in the history
Signed-off-by: George M Dias <gdias@mitre.org>
  • Loading branch information
georgedias committed Feb 21, 2024
1 parent 9d1982e commit 4c277f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/generate/update_controls4delta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ export default class GenerateUpdateControls extends Command {
}
}

logger.on('finish', function () {
logger.on('finish', () => {
console.log(colors.yellow('\n Total skipped files - no mapping to new control Id:'), colors.green(`${skipped.toString().padStart(4)}`))
console.log(colors.yellow('Total processed files - found mapping to new control Id: '), colors.green(`${processed.toString().padStart(3)}`))

Expand Down

0 comments on commit 4c277f3

Please sign in to comment.