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