Skip to content

Commit df2af5c

Browse files
author
Benjamin Pasero
committed
add compilation leftover
1 parent 4a2a926 commit df2af5c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build/lib/stats.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ function submitAllStats(productJson, commit) {
110110
client.config.endpointUrl = 'https://vortex.data.microsoft.com/collect/v1';
111111
/* __GDPR__
112112
"monacoworkbench/packagemetrics" : {
113-
"commit" : {"classification": "SystemMetaData", "purpose": "PerformanceAndHealth" }
114-
"size" : {"classification": "SystemMetaData", "purpose": "PerformanceAndHealth", "isMeasurement": true }
113+
"commit" : {"classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
114+
"size" : {"classification": "SystemMetaData", "purpose": "PerformanceAndHealth", "isMeasurement": true },
115115
"count" : {"classification": "SystemMetaData", "purpose": "PerformanceAndHealth", "isMeasurement": true }
116116
}
117117
*/

0 commit comments

Comments
 (0)