Fix formatting in error response HTML

r0.1.5
Garrett Mills 3 years ago
parent b820b35b70
commit 2868ca1910
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

@ -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…
Cancel
Save