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({

View File

@@ -947,7 +947,7 @@ export module Mock {
{
timestamp: '2019-12-26T14:21:30.872Z',
message:
'2021/11/09 22:55:04 \u001b[34mPOST \u001b[0;32;49m200\u001b[0m photoview.embassy/api/graphql \u001b[0;36;49m1.169406ms\u001b[0m unauthenticated',
'2021/11/09 22:55:04 \u001b[34mPOST \u001b[0;32;49m200\u001b[0m photoview.embassy/api/graphql \u001b[0;36;49m1.169406ms\u001b[0m unauthenticated<p>TEST PARAGRAPH</p>',
},
{
timestamp: '2019-12-26T14:22:30.872Z',