浏览代码

ipc statefile delete by hta

pull/9/head
pb 3 年前
父节点
当前提交
4f23b36baf
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4
    1
      index.js

+ 4
- 1
index.js 查看文件

var timer = function(){ var timer = function(){
l('.'); l('.');
if(fso.FileExists("run.done")) close();
if(fso.FileExists("run.done")) {
fso.DeleteFile('run.done')
close();
}
else window.setTimeout(timer, 1000); else window.setTimeout(timer, 1000);
}; };
window.setTimeout(timer, 3000); window.setTimeout(timer, 3000);

正在加载...
取消
保存