Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Break rbx_reflector file watcher receive loop after modify events #384

Conversation

kennethloeffler
Copy link
Member

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.

@Dekkonot Dekkonot merged commit b521e0e into rojo-rbx:master Jan 26, 2024
2 checks passed
@kennethloeffler kennethloeffler deleted the rbx-reflector-file-watcher-handle-modify-events branch January 26, 2024 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants