Write error to watcher error channel if Start() fails by Trolldemorted · Pull Request #13263 · docker/compose

@Trolldemorted

Up's loop will notice globalCtx is done, and invoke watcher.Stop(). Stop() reads from the watcher error channel. If Start() does not write an error, Stop() will never finish.

Fixes docker#13262

Signed-off-by: Benedikt Radtke <benediktradtke@gmail.com>

tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request

Oct 20, 2025