Try to fix error reporting in log merging script again

This commit is contained in:
murgatroid99 2019-06-12 11:36:58 -07:00
parent 370bfd4039
commit 8c3a49150e
1 changed files with 5 additions and 5 deletions

View File

@ -37,11 +37,11 @@ const parseFailureLog = [
{ {
$: { $: {
classname: 'Test Log Parsing', classname: 'Test Log Parsing',
name: 'Test Log Parsing', name: 'Test Log Parsing'
failure: { },
$: { failure: {
message: "Log parsing failed" $: {
} message: "Log parsing failed"
} }
} }
} }