mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-04-21 16:01:40 -05:00
Update CodeQL workflow and configuration, fix found bugs (#51263)
This commit is contained in:
@@ -171,7 +171,7 @@ function main() {
|
||||
*/
|
||||
function getItemXML(key, value) {
|
||||
// escape entrt value
|
||||
value = value.replace(/]/, "]5D;");
|
||||
value = value.replace(/]/g, "]5D;");
|
||||
|
||||
return `
|
||||
<Item ItemId=";${key}" ItemType="0" PsrId="306" Leaf="true">
|
||||
|
||||
Reference in New Issue
Block a user