Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit 866c3fe

Browse files
authored
Merge pull request #106 from thymikee/remove-redundant-flow-msg
Remove redundant [flow] annotation
2 parents a64377a + 67ac747 commit 866c3fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/flowDiagnostics.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ async function getFileDiagnostics(filePath:string, content:?string, pathToURI=to
119119
msg = `${msg} (${details.join(' ')})`;
120120
}
121121

122-
diag.msg = `[flow] ${msg}`;
122+
diag.msg = msg;
123123

124124
if (!diags[file]) {
125125
diags[file] = {uri, reports:[]}

0 commit comments

Comments
 (0)