Explorar el Código

ipc statefile delete by hta

master
pb hace 2 años
padre
commit
4f23b36baf
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4
    1
      index.js

+ 4
- 1
index.js Ver fichero

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

Cargando…
Cancelar
Guardar