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

The parse function still hangs after reading. #104

Open
matamune94 opened this issue Nov 5, 2024 · 0 comments
Open

The parse function still hangs after reading. #104

matamune94 opened this issue Nov 5, 2024 · 0 comments
Assignees

Comments

@matamune94
Copy link

matamune94 commented Nov 5, 2024

Describe the bug
After I used parser.parse to read the file, I tried to delete the file using fs.unlink, my file was stuck until I stopped my server, then it automatically deleted the file.

To Reproduce
Steps to reproduce the behavior:

  1. Read file by parser.parse()
  2. Delete file by fs.unlink(path)

Expected behavior

  • File must deleted

Node or Browser version (please complete the following information):

  • Node v20.13.1
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

No branches or pull requests

2 participants