Skip to content

Commit

Permalink
Solution to issue #12
Browse files Browse the repository at this point in the history
Solution to issue #12
  • Loading branch information
racherb committed May 13, 2021
1 parent 6c1db23 commit a4b76be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/file_watcher.lua
Original file line number Diff line number Diff line change
Expand Up @@ -657,14 +657,15 @@ local function file_creation(
bulk[j] = val
if not string_find(val, '*') then
db_awatcher.add(wid, val)
else
--[[else
--TODO: Review this, it is necessary?
db_awatcher.add(
wid,
val,
false,
FILE.IS_PATTERN
)
]]
end
else
break
Expand Down

0 comments on commit a4b76be

Please sign in to comment.