Fix formatting in error response HTML

This commit is contained in:
Garrett Mills 2021-03-08 22:02:10 -06:00
parent b820b35b70
commit 2868ca1910
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

View File

@ -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>
` `
} }