Skip to content

Commit

Permalink
forgot to call scan for File::Monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
justinnamilee committed Apr 13, 2024
1 parent 252a03a commit 10a28be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fairu-chan
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ fairu::chan::uwu($action);
# go daemon if requested
while ($run)
{
$watch->scan if defined($watch);

sleep(meta->{waitTime} || DEF_WAIT);
$idle -= meta->{waitTime} || DEF_WAIT;

Expand Down

0 comments on commit 10a28be

Please sign in to comment.