Procházet zdrojové kódy

ipc statefile delete by hta

production
pb před 2 roky
rodič
revize
4f23b36baf
1 změnil soubory, kde provedl 4 přidání a 1 odebrání
  1. 4
    1
      index.js

+ 4
- 1
index.js Zobrazit soubor

@@ -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);

Načítá se…
Zrušit
Uložit