From 2868ca1910e02a80695c126e5f4348be76e5a0a9 Mon Sep 17 00:00:00 2001 From: garrettmills Date: Mon, 8 Mar 2021 22:02:10 -0600 Subject: [PATCH] Fix formatting in error response HTML --- src/http/response/ErrorResponseFactory.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/http/response/ErrorResponseFactory.ts b/src/http/response/ErrorResponseFactory.ts index fd06d67..c5d2bfc 100644 --- a/src/http/response/ErrorResponseFactory.ts +++ b/src/http/response/ErrorResponseFactory.ts @@ -76,7 +76,7 @@ Stack trace: str += `

 Context:
-${Object.keys(context).map(key => `    - ${key} : ${context[key]}`)}
+${Object.keys(context).map(key => `    - ${key} : ${context[key]}\n`)}
                 
` }