Skip to content

fix: ArgumentOutOfRangeException on non-Windows #47

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

Merged
merged 1 commit into from
Aug 26, 2022

Conversation

anatawa12
Copy link

The FileSystemEventArgs.FullPath may be a relative path on some platforms like macOS.
If _modifiedFilePaths is not absolute, in OnEditorUpdate, ArgumentOutOfRangeException will be happened.

The FileSystemEventArgs.FullPath may be a relative path on some platforms like macOS.
If _modifiedFilePaths is not absolute, in OnEditorUpdate, ArgumentOutOfRangeException will be happened.
@github-actions
Copy link

github-actions bot commented Jun 22, 2022

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@anatawa12
Copy link
Author

I have read the CLA Document and I hereby sign the CLA

@anatawa12 anatawa12 marked this pull request as draft June 22, 2022 05:21
@anatawa12 anatawa12 marked this pull request as ready for review June 22, 2022 05:33
@anatawa12
Copy link
Author

This is already tested on both macOS and windows. What's missing to get review of this PR?

@MerlinVR MerlinVR merged commit c9cda76 into vrchat-community:master Aug 26, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Aug 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants