Skip to content

Commit 5a8e036

Browse files
Use sync version of fs.appendFile
1 parent 0ea5d07 commit 5a8e036

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
@@ -88,7 +88,7 @@ export class FileSystemStub implements IFileSystem {
8888
return undefined;
8989
}
9090

91-
appendFile(filename: string, data: any, encoding?: string): IFuture<void> {
91+
appendFile(filename: string, data: any, encoding?: string): void {
9292
return undefined;
9393
}
9494

0 commit comments

Comments
 (0)