Skip to content

Commit f279430

Browse files
Use sync version of fs.symlink
1 parent 2f519e6 commit f279430

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/stubs.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,7 @@ export class FileSystemStub implements IFileSystem {
138138
return undefined;
139139
}
140140

141-
symlink(sourcePath: string, destinationPath: string): IFuture<void> {
142-
return undefined;
143-
}
141+
symlink(sourcePath: string, destinationPath: string): void { }
144142

145143
closeStream(stream: any): IFuture<void> {
146144
return undefined;

0 commit comments

Comments
 (0)