fix: show a code run's error output alongside what it printed (#30286)

This commit is contained in:
G30
2026-09-21 00:30:55 -04:00
committed by GitHub
parent f847c6a588
commit 17e7e8f5e9
@@ -621,7 +621,7 @@
? `max-h-96`
: ''} overflow-y-auto"
>
{stdout || stderr}
{`${stdout ?? ''}${stderr ?? ''}`}
</div>
</div>
{/if}