mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Co-authored-by: Jacob Richman <jacob314@gmail.com>
This commit is contained in:
@@ -751,14 +751,16 @@ const App = ({ config, settings, startupWarnings = [] }: AppProps) => {
|
|||||||
|
|
||||||
{showErrorDetails && (
|
{showErrorDetails && (
|
||||||
<OverflowProvider>
|
<OverflowProvider>
|
||||||
<DetailedMessagesDisplay
|
<Box flexDirection="column">
|
||||||
messages={filteredConsoleMessages}
|
<DetailedMessagesDisplay
|
||||||
maxHeight={
|
messages={filteredConsoleMessages}
|
||||||
constrainHeight ? debugConsoleMaxHeight : undefined
|
maxHeight={
|
||||||
}
|
constrainHeight ? debugConsoleMaxHeight : undefined
|
||||||
width={inputWidth}
|
}
|
||||||
/>
|
width={inputWidth}
|
||||||
<ShowMoreLines constrainHeight={constrainHeight} />
|
/>
|
||||||
|
<ShowMoreLines constrainHeight={constrainHeight} />
|
||||||
|
</Box>
|
||||||
</OverflowProvider>
|
</OverflowProvider>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user