We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db7bb37 commit f5d1365Copy full SHA for f5d1365
1 file changed
lib/lint/file.js
@@ -875,8 +875,6 @@ export class LintFile {
875
this.#data = report.output;
876
}
877
878
- var log = "";
879
-
880
// append log
881
const table = new Table( {
882
"width": 100,
@@ -927,7 +925,7 @@ export class LintFile {
927
925
928
926
if ( !diagnostic.length ) diagnostic = null;
929
930
- log = table.content;
+ var log = table.content;
931
932
// vue
933
if ( this.#type.type === "application/x-vue" ) {
0 commit comments