Skip to content

Commit

Permalink
Issue #338: Removing problematic console.log. (#339)
Browse files Browse the repository at this point in the history
* Issue #338: Removing problematic console.log.

* Issue #338: Running the build as suggested.

* Update groovy-lint.js

---------

Co-authored-by: Nicolas Vuillamy <[email protected]>
  • Loading branch information
davidfmatheson and nvuillam authored Dec 7, 2023
1 parent 0d3baa8 commit 9fd6584
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## UNRELEASED

## [13.0.1] 2023-12-06

- Update logback to 1.4.14 to address [cve-2023-6378](https://avd.aquasec.com/nvd/2023/cve-2023-6378/)

## [13.0.0] 2023-11-26
Expand Down
3 changes: 1 addition & 2 deletions lib/groovy-lint.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ class NpmGroovyLint {
}

await fs.remove(this.tmpGroovyFileName);
console.log(`GroovyLint: Removed temp file ${this.tmpGroovyFileName} as it is not longer used`);
debug(`Removed temp file ${this.tmpGroovyFileName} as it is not longer used`);
debug(`Removed temp file ${this.tmpGroovyFileName} as it is not longer used :)`);
this.tmpGroovyFileName = null;
}

Expand Down

0 comments on commit 9fd6584

Please sign in to comment.