Skip to content

Commit 46033b7

Browse files
committed
fix sorting issues
1 parent 67dab99 commit 46033b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5763,13 +5763,13 @@
57635763
"description": "Child Process warning due to high system usage",
57645764
"metadata": [
57655765
{
5766-
"type": "systemResource",
5766+
"type": "childProcess",
57675767
"required": true
5768-
},
5768+
},
57695769
{
5770-
"type": "childProcess",
5770+
"type": "systemResource",
57715771
"required": true
5772-
}
5772+
}
57735773
]
57745774
},
57755775
{

0 commit comments

Comments
 (0)