Fix formatting in error response HTML
This commit is contained in:
parent
b820b35b70
commit
2868ca1910
@ -76,7 +76,7 @@ Stack trace:
|
||||
str += `
|
||||
<pre><code>
|
||||
Context:
|
||||
${Object.keys(context).map(key => ` - ${key} : ${context[key]}`)}
|
||||
${Object.keys(context).map(key => ` - ${key} : ${context[key]}\n`)}
|
||||
</code></pre>
|
||||
`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user