Skip to content

Commit 9a2f2ea

Browse files
Remove closeStream method from fs
1 parent f279430 commit 9a2f2ea

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/stubs.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,6 @@ export class FileSystemStub implements IFileSystem {
140140

141141
symlink(sourcePath: string, destinationPath: string): void { }
142142

143-
closeStream(stream: any): IFuture<void> {
144-
return undefined;
145-
}
146-
147143
setCurrentUserAsOwner(path: string, owner: string): IFuture<void> {
148144
return undefined;
149145
}

0 commit comments

Comments
 (0)