We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b8c76 commit fc3b9dfCopy full SHA for fc3b9df
apps/webapp/app/components/runs/v3/DeploymentError.tsx
@@ -18,6 +18,7 @@ export function DeploymentError({ errorData }: DeploymentErrorProps) {
18
showLineNumbers={false}
19
code={errorData.stack}
20
maxLines={20}
21
+ showTextWrapping
22
/>
23
)}
24
{errorData.stderr && (
@@ -28,6 +29,7 @@ export function DeploymentError({ errorData }: DeploymentErrorProps) {
28
29
30
code={errorData.stderr}
31
32
33
34
</>
35
0 commit comments