Skip to content

Commit

Permalink
filewatcher: Implement support for directories
Browse files Browse the repository at this point in the history
This replaces the filewatcher part of changes of
#472.
  • Loading branch information
fishy committed Sep 1, 2022
1 parent a3a5459 commit 4b304ab
Show file tree
Hide file tree
Showing 6 changed files with 357 additions and 80 deletions.
2 changes: 1 addition & 1 deletion baseplate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ func TestServeStopDelay(t *testing.T) {
t.Fatal(err)
}

p.Signal(os.Interrupt)
before := time.Now()
p.Signal(os.Interrupt)
<-ch
duration := time.Since(before)

Expand Down
Loading

0 comments on commit 4b304ab

Please sign in to comment.