gemercheung 3 gadi atpakaļ
vecāks
revīzija
59b2fa15fe
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      packages/renderer/src/App.vue

+ 1 - 1
packages/renderer/src/App.vue

@@ -53,7 +53,7 @@ function stop() {
     if (terminal) {
       terminal.clear();
     }
-  }, 200);
+  }, 1500);
 }
 </script>