Fix error response html formatting; expose Application start/stop unit methods

This commit is contained in:
2021-03-22 12:07:01 -05:00
parent e8fdb04ae8
commit 90d7679882
2 changed files with 3 additions and 3 deletions

View File

@@ -76,7 +76,7 @@ Stack trace:
str += `
<pre><code>
Context:
${Object.keys(context).map(key => ` - ${key} : ${context[key]}\n`)}
${Object.keys(context).map(key => ` - ${key} : ${context[key]}`).join('\n')}
</code></pre>
`
}