Skip to content

Commit 7aeab47

Browse files
Use sync version of fs.chmod
1 parent d4e94d5 commit 7aeab47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/stubs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export class FileSystemStub implements IFileSystem {
110110
return undefined;
111111
}
112112

113-
chmod(path: string, mode: any): IFuture<any> {
113+
chmod(path: string, mode: any): any {
114114
return undefined;
115115
}
116116

0 commit comments

Comments
 (0)