You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Read file by parser.parse()
Delete file by fs.unlink(path)
Expected behavior
File must deleted
Node or Browser version (please complete the following information):
Node v20.13.1
The text was updated successfully, but these errors were encountered:
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:
Expected behavior
Node or Browser version (please complete the following information):
The text was updated successfully, but these errors were encountered: