gemercheung 3 lat temu
rodzic
commit
59b2fa15fe
1 zmienionych plików z 1 dodań i 1 usunięć
  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>