fix: #1040, output limit increased from 1039 lines to 10039 lines

This commit is contained in:
jamesread 2026-06-16 00:00:04 +01:00
parent 6b3896b1c6
commit 35320aba24
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ export class OutputTerminal {
this.terminal = new Terminal({
convertEol: true,
linkHandler
linkHandler,
scrollback: 10000
})
const fitAddon = new FitAddon()