Skip to content

The parse function still hangs after reading. #104

Description

@matamune94

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions