This commit is contained in:
Kovid Goyal
2026-05-24 09:12:43 +05:30
parent 2d9b104134
commit dd136ba806

View File

@@ -156,6 +156,7 @@ func watch_for_kitty_config_changes(action func() error, debounce_time time.Dura
scanner := bufio.NewScanner(os.Stdin) scanner := bufio.NewScanner(os.Stdin)
for scanner.Scan() { for scanner.Scan() {
} }
_ = scanner.Err()
cancel() cancel()
}() }()
return watch_for_config_changes(ctx, action, debounce_time, config_paths) return watch_for_config_changes(ctx, action, debounce_time, config_paths)