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