Procházet zdrojové kódy

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

jamesread před 2 týdny
rodič
revize
35320aba24
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      frontend/js/OutputTerminal.js

+ 2 - 1
frontend/js/OutputTerminal.js

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