Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Break rbx_reflector file watcher receive loop after modify events (#384)
On macOS, the file watcher emits a modify event after saving the defaults place in Roblox Studio, making it impossible to successfully use rbx_reflector. This PR fixes this by changing the event receive loop in rbx_reflector's defaults place command so that it also checks for modify events.
- Loading branch information