gemercheung 3 vuotta sitten
vanhempi
commit
59b2fa15fe
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      packages/renderer/src/App.vue

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

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