fix html parsing in logs (#1598)

This commit is contained in:
Lucy C
2022-06-30 16:41:55 -06:00
committed by GitHub
parent 7b465ce10b
commit 1b1ff05c81
2 changed files with 2 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ var convert = new Convert({
colors: {
4: 'Cyan',
},
escapeXML: true,
})
@Component({