LiST
Results
2
issues of
LiST
## System information - node version: v16.13.2 - npm or yarn version: yarn 1.22.17 - OS/version/architecture: darwin 21.4.0 x64 - Applicable nodegit version: 0.28.0-alpha.11 ``` ➜ nodegit yarn install yarn...
`javascript const spyfs = require( 'spyfs' ); const sfs = spyfs.spy( fs, action => { console.log( action ); } ); const fd = sfs.openSync( __filename, 'r' ); sfs.closeSync( fd );...