diff options
author | sumneko <sumneko@hotmail.com> | 2022-01-23 17:43:47 +0800 |
---|---|---|
committer | sumneko <sumneko@hotmail.com> | 2022-01-23 17:43:47 +0800 |
commit | b5b89b42d2f02d15b1bf41241faee934ec07640d (patch) | |
tree | 79b984cd7c736d461bb22bf2db9c689559cfe5f7 /script/filewatch.lua | |
parent | 9ccd59b1b278fd5cce7458a1283df63fa6aa7eeb (diff) | |
download | lua-language-server-b5b89b42d2f02d15b1bf41241faee934ec07640d.zip |
fix filewatch
Diffstat (limited to 'script/filewatch.lua')
-rw-r--r-- | script/filewatch.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/filewatch.lua b/script/filewatch.lua index dd46d1a3..586903c6 100644 --- a/script/filewatch.lua +++ b/script/filewatch.lua @@ -45,7 +45,7 @@ end function m.update() local collect - for _ = 1, 100 do + for _ = 1, 10000 do local ev, path = fw.select() if not ev then break |