summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/plugins/watch/main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/watch/main.lua b/xmake/plugins/watch/main.lua
index af96349b8..1b9890be6 100644
--- a/xmake/plugins/watch/main.lua
+++ b/xmake/plugins/watch/main.lua
@@ -134,7 +134,7 @@ function main()
status = "deleted"
end
print(event.path, status)
- -- we use map to remove repeat event
+ -- we use map to remove repeat events
events[event.path .. tostring(event.type)] = event
count = count + 1
elseif count > 0 then