circomjs icon indicating copy to clipboard operation
circomjs copied to clipboard

Warning on running tests

Open ivorynoise opened this issue 2 years ago • 1 comments

@bajpai244 we right now get the following warning when we run tests.

Can you see to it and fix it?

(node:3873) Warning: Closing file descriptor 23 on garbage collection

ivorynoise avatar Mar 01 '23 09:03 ivorynoise

@ivorynoise

It might cause by snarkjs which uses iden3/fastfile to resolve files with fs.promises.open.

  • https://github.com/iden3/fastfile/blob/75de89652e480d55b5a4b9055d2cd027b2978e21/src/osfile.js#L8
  • https://stackoverflow.com/questions/73181248/nodejs-closing-directory-handle-on-garbage-collection

wiasliaw avatar Oct 21 '23 03:10 wiasliaw