Output message in console when error is resolved
- Dominant language
- JavaScript
- Stars
- 2
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
enhance dev/sandbox feature request: currently, when sandbox is running, it produces no output unless there is a build error. this is probably smart. however i've noticed that after i fix the build error, since there is no output, every time i tab back into my sandbox terminal, the only thing i see is an error message, and it leaves me wondering what state the sandbox is in. (is it errored? is it now building correctly?). it would be nice, from my perspective, for a message to be printed out in the case where we switch from a broken state to a successful server state. Something like [checkmark] App successfully rebuilt, maybe. it would give me peace of mind when i go back to see the last known state explicitly.
Contributor guide
Assessment
This issue has not been assessed yet.