npm-groovy-lint 13.0.2-beta202312061143.0 → 13.0.3-beta202312070716.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/groovy-lint.js +1 -2
- package/package.json +1 -1
package/lib/groovy-lint.js
CHANGED
|
@@ -108,8 +108,7 @@ class NpmGroovyLint {
|
|
|
108
108
|
}
|
|
109
109
|
|
|
110
110
|
await fs.remove(this.tmpGroovyFileName);
|
|
111
|
-
|
|
112
|
-
debug(`Removed temp file ${this.tmpGroovyFileName} as it is not longer used`);
|
|
111
|
+
debug(`Removed temp file ${this.tmpGroovyFileName} as it is not longer used :)`);
|
|
113
112
|
this.tmpGroovyFileName = null;
|
|
114
113
|
}
|
|
115
114
|
|