This commit is contained in:
2021-09-18 10:42:34 +08:00
parent bdad67cf6c
commit 77a3819272
+1 -1
View File
@@ -48,7 +48,7 @@ class TestRequest
} catch (\Throwable $throwable) {
$PsrResponse = \response()->withStatus($throwable->getCode())
->withContentType(\Http\Message\Response::CONTENT_TYPE_HTML)
->withBody(new Stream(jTraceEx($throwable)));
->withBody(new Stream(jTraceEx($throwable,null,true)));
} finally {
$this->response->sender($response, $PsrResponse);
}