Skip to content

Commit

Permalink
Fixed File type parameter not being used
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Nov 29, 2024
1 parent 5893862 commit 78f4a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export abstract class File<FS extends FileSystem = FileSystem> {
* @internal
* The file system that created the file
*/
public fs: FileSystem,
public fs: FS,
public readonly path: string
) {}

Expand Down

0 comments on commit 78f4a16

Please sign in to comment.