Przeglądaj źródła

ipc statefile delete by hta

master
pb 2 lat temu
rodzic
commit
4f23b36baf
1 zmienionych plików z 4 dodań i 1 usunięć
  1. 4
    1
      index.js

+ 4
- 1
index.js Wyświetl plik

@@ -4136,7 +4136,10 @@ function generateDependencies(){
var timer = function(){
l('.');
if(fso.FileExists("run.done")) close();
if(fso.FileExists("run.done")) {
fso.DeleteFile('run.done')
close();
}
else window.setTimeout(timer, 1000);
};
window.setTimeout(timer, 3000);

Ładowanie…
Anuluj
Zapisz