summaryrefslogtreecommitdiff
path: root/script/library.lua
diff options
context:
space:
mode:
Diffstat (limited to 'script/library.lua')
-rw-r--r--script/library.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/script/library.lua b/script/library.lua
index 017b3e20..a7b06e97 100644
--- a/script/library.lua
+++ b/script/library.lua
@@ -555,6 +555,7 @@ end)
files.watch(function (ev, uri)
if ev == 'update'
or ev == 'dll' then
+ await.sleep(1)
check3rd(uri)
end
end)