Skip to content

Commit

Permalink
Enable recurse for fsnotify.go
Browse files Browse the repository at this point in the history
  • Loading branch information
leecha authored Nov 20, 2024
1 parent a9bc2e0 commit be9a1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsnotify.go
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ func withCreate() addOpt {
return func(opt *withOpts) { opt.sendCreate = true }
}

var enableRecurse = false
var enableRecurse = true

// Check if this path is recursive (ends with "/..." or "\..."), and return the
// path with the /... stripped.
Expand Down

0 comments on commit be9a1ab

Please sign in to comment.