We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 107ccb0 commit 31e44baCopy full SHA for 31e44ba
src/volume.ts
@@ -535,7 +535,7 @@ export class Volume {
535
* @type {number}
536
* @todo This should not be static, right?
537
*/
538
- static fd: number = 0xffffffff;
+ static fd: number = 0x7fffffff;
539
540
// Constructor function used to create new nodes.
541
// NodeClass: new (...args) => TNode = Node as new (...args) => TNode;
0 commit comments