소스 검색

ipc statefile delete by hta

master
pb 2 년 전
부모
커밋
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);

Loading…
취소
저장