You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@alecthomas could you recommend some steps to reproduce? I've tried running ftl serve --background in a second tab while there's another serve or dev running, and the failing ftl serve --background still finished quickly enough that I suspect I'm not understanding this issue correctly. Thanks :)
Fixes#1170
The new terminal output, when I force an error to return from
`runInBackground`, looks like:
```
$ build/release/ftl serve --background
ftl: error: mock error!
```
Without doing this, it prints an error but then blocks for
--startup-timeout
before exiting with an error, rather than immediately exiting.The text was updated successfully, but these errors were encountered: