mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 02:29:23 +00:00
removed linuxWatch function from main.js
This commit is contained in:
parent
8e9dfd8e84
commit
dd413c87e5
2 changed files with 2 additions and 8 deletions
|
|
@ -437,12 +437,4 @@
|
|||
return lGZIP;
|
||||
}
|
||||
|
||||
|
||||
function linuxWatch(pFile, pCallBack){
|
||||
fs.watchFile(pFile, function(pCurr, pPrev){
|
||||
if(pCurr.mtime !== pPrev.mtime)
|
||||
Util.exec(pCallBack);
|
||||
});
|
||||
}
|
||||
|
||||
})();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue