Skip to content

Commit 8007d43

Browse files
Remove fs.tryExecuteFileOperation
1 parent 9d4bf13 commit 8007d43

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
@@ -148,10 +148,6 @@ export class FileSystemStub implements IFileSystem {
148148
return [];
149149
}
150150

151-
tryExecuteFileOperation(path: string, operation: () => IFuture<any>, enoentErrorMessage?: string): IFuture<void> {
152-
return undefined;
153-
}
154-
155151
isRelativePath(path: string): boolean {
156152
return false;
157153
}

0 commit comments

Comments
 (0)