Skip to content

Commit

Permalink
full error description
Browse files Browse the repository at this point in the history
  • Loading branch information
pizza-777 committed Sep 15, 2023
1 parent 4faa123 commit 67fdfd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function getErrors(string) {
}
let source = vscode.Uri.file(filePath);
return {
info: changeErrorInfo(value[0]),
info: changeErrorInfo(value.join("\r\n")),
coord: {
raw,
position
Expand Down

0 comments on commit 67fdfd6

Please sign in to comment.