mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-28 11:11:47 +02:00
...
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user