baudehlo / node-fs-ext

Extras missing from node's fs module
MIT License
101 stars 45 forks source link

EBADF, Bad file descriptor #95

Open sujitpatil72 opened 4 years ago

sujitpatil72 commented 4 years ago

when I tried to lock a file I am getting the error "EBADF, Bad file descriptor". The same file descriptor(fd) is working with other file operations. Please let me know if someone has a solution for this. Thank you

Note: I am working on an electron project with node version 8.9.0 on a windows 10 machine