Skip to content

Commit 3ff57fa

Browse files
committed
Fix genType warning parsing
1 parent d2c1d2a commit 3ff57fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ export let parseCompilerLogOutput = (
493493
code: undefined,
494494
severity: t.DiagnosticSeverity.Error,
495495
tag: undefined,
496-
content: [line],
496+
content: [],
497497
});
498498
} else if (line.startsWith("#Start(")) {
499499
// do nothing for now

0 commit comments

Comments
 (0)