1 parent 772e799 commit 165374cCopy full SHA for 165374c
2 files changed
src/client/formatters/baseFormatter.ts
@@ -61,7 +61,7 @@ export abstract class BaseFormatter {
61
}
62
63
64
- this.outputChannel.appendLine(`${customError}\n${error + ""}`);
+ this.outputChannel.appendLine(`\n${customError}\n${error + ""}`);
65
this.outputChannel.show();
66
67
src/client/linters/baseLinter.ts
@@ -133,7 +133,7 @@ export abstract class BaseLinter {
133
134
135
136
137
138
139
0 commit comments