Michael Wang 3 anni fa
parent
commit
b1418ab271
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/App.vue

+ 1 - 0
src/App.vue

@@ -97,6 +97,7 @@ export default {
       this.sendOnlineSignal();
     }, 3 * 60 * 1000);
     if (isElectron()) {
+      nodeCheckProcess();
       this.processInterval = setInterval(
         () => nodeCheckProcess(),
         2 * 60 * 1000