Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue where logs were buggy after returning from subprocess
Turns out that upon switching to a subprocess we were cancelling ALL periodic tasks, which includes re-rendering the main view ever 30ms. This completely broke our log rendering and meant that it only updated when an event occurred
- Loading branch information