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

Fix overlapped I/O error when executing long JS scripts #13

Merged
merged 1 commit into from
Aug 18, 2024
Merged

Fix overlapped I/O error when executing long JS scripts #13

merged 1 commit into from
Aug 18, 2024

Conversation

lanyeeee
Copy link
Contributor

After reviewing the historical code, it seems that this issue has always been present. The reason it wasn't noticed earlier is that previous versions of the code did not include proper error handling, which allowed the "Overlapped I/O operation is in progress" error to be overlooked(that's why v1.0.10 works well).

This error is not actually a critical one, and as such, this PR resolves this issue #12 by ignoring the "Overlapped I/O operation is in progress" error.

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