Skip to content

Commit

Permalink
Fix genType warning parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianoc committed Mar 26, 2023
1 parent d2c1d2a commit 3ff57fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ export let parseCompilerLogOutput = (
code: undefined,
severity: t.DiagnosticSeverity.Error,
tag: undefined,
content: [line],
content: [],
});
} else if (line.startsWith("#Start(")) {
// do nothing for now
Expand Down

0 comments on commit 3ff57fa

Please sign in to comment.