fix: #1040, output limit increased from 1039 lines to 10039 lines
This commit is contained in:
parent
6b3896b1c6
commit
35320aba24
|
|
@ -28,7 +28,8 @@ export class OutputTerminal {
|
|||
|
||||
this.terminal = new Terminal({
|
||||
convertEol: true,
|
||||
linkHandler
|
||||
linkHandler,
|
||||
scrollback: 10000
|
||||
})
|
||||
|
||||
const fitAddon = new FitAddon()
|
||||
|
|
|
|||
Loading…
Reference in New Issue