Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for error message when reloading iOS application during build (#25)
Description: This is a primitive fix of a problem with reloading on iOS during build. Before: When reloading when subprocess running `xcodebuild` was active the information about that process being killed would leak and cause change in `ProjectState.status` to `buildError` despite the fact that new build was up and running. After: this change prevents unwanted change in status, when it is caused by previous session Fixes: #8 --------- Co-authored-by: Filip Andrzej Kaminski <[email protected]>
- Loading branch information