瀏覽代碼

ipc statefile delete by hta

production
pb 2 年之前
父節點
當前提交
4f23b36baf
共有 1 個檔案被更改,包括 4 行新增1 行删除
  1. 4
    1
      index.js

+ 4
- 1
index.js 查看文件

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

Loading…
取消
儲存