mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 08:45:56 +02:00
I discovered that when I ran multi-commands with '~' that if there was a space between the ';' and the command, then the parsing of the command would fail and the watch would abort. To fix this, I refactor Watched.watch to use the multi command parser and, if that parser fails, we fallback on a single command.