Skip to content

Commit f5d1365

Browse files
committed
style: lint
1 parent db7bb37 commit f5d1365

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

lib/lint/file.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -875,8 +875,6 @@ export class LintFile {
875875
this.#data = report.output;
876876
}
877877

878-
var log = "";
879-
880878
// append log
881879
const table = new Table( {
882880
"width": 100,
@@ -927,7 +925,7 @@ export class LintFile {
927925

928926
if ( !diagnostic.length ) diagnostic = null;
929927

930-
log = table.content;
928+
var log = table.content;
931929

932930
// vue
933931
if ( this.#type.type === "application/x-vue" ) {

0 commit comments

Comments
 (0)