Skip to content

Commit f326929

Browse files
committed
Fix GDPR comment
1 parent 5fed494 commit f326929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/preferences/browser/settingsEditor2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1520,7 +1520,7 @@ export class SettingsEditor2 extends EditorPane {
15201520
} else {
15211521
/* __GDPR__
15221522
"settingsEditor.searchError" : {
1523-
"message": { "classification": "CallstackOrException", "purpose": "FeatureInsight", "owner": "rzhao271", comment: "The error message of the search error." }
1523+
"message": { "classification": "CallstackOrException", "purpose": "FeatureInsight", "owner": "rzhao271", "comment": "The error message of the search error." }
15241524
}
15251525
*/
15261526
const message = getErrorMessage(err).trim();

0 commit comments

Comments
 (0)