Skip to content

Commit c018c04

Browse files
committed
fix
1 parent 7615925 commit c018c04

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

internal/watcher/watcher-skip.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
package watcher
44

5-
import "log/slog"
5+
import (
6+
"context"
7+
"log/slog"
8+
)
69

710
func InitWatcher(ct context.Context, filePatterns []string, callback func(), logger *slog.Logger) error {
811
logger.Error("watcher support is not enabled")

0 commit comments

Comments
 (0)