Skip to content

Commit 165374c

Browse files
committed
clean up
1 parent 772e799 commit 165374c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/client/formatters/baseFormatter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export abstract class BaseFormatter {
6161
}
6262
}
6363

64-
this.outputChannel.appendLine(`${customError}\n${error + ""}`);
64+
this.outputChannel.appendLine(`\n${customError}\n${error + ""}`);
6565
this.outputChannel.show();
6666
}
6767
}

src/client/linters/baseLinter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export abstract class BaseLinter {
133133
}
134134
}
135135

136-
this.outputChannel.appendLine(`${customError}\n${error + ""}`);
136+
this.outputChannel.appendLine(`\n${customError}\n${error + ""}`);
137137
this.outputChannel.show();
138138
}
139139
}

0 commit comments

Comments
 (0)