Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ftl dev hanging with
--stop
flag (#1087)
I don't love this flow at the moment given how confusing the `--stop` flag can be to use, but this fixes the issue. Hopefully, as we nail down the ergonomics of how we want this to work we can help to avoid confusion in the future. Without FTL running: ```sh ftl dev --stop --recreate examples/go info: Starting FTL with 1 controller(s) info:controller0: Web console available at: http://localhost:8892 info:time: Building module info:time: Deploying module ... ``` If FTL is running in the background: ```sh ftl dev --stop --recreate examples/go info: `ftl serve` stopped (pid: 41006) info: Starting FTL with 1 controller(s) info:controller0: Web console available at: http://localhost:8892 info:time: Building module ... ```
- Loading branch information