I'm using NodeJS and the fs module and I'm getting Error: EMFILE: too many open files when using writestreams.
The thing is that I'm actually closing them so what 's going on?
I'm using NodeJS and the fs module and I'm getting Error: EMFILE: too many open files when using writestreams.
The thing is that I'm actually closing them so what 's going on?