Skip to content

Commit ce508a8

Browse files
committed
fix GDPR annotation
1 parent 4585a8c commit ce508a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/typescript-language-features/src/tsServer/serverError.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export class TypeScriptServerError extends Error {
3939
"TypeScriptRequestErrorProperties" : {
4040
"command" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
4141
"serverid" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
42-
"sanitizedstack" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
42+
"sanitizedstack" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" }
4343
}
4444
*/
4545
return {

0 commit comments

Comments
 (0)