oops
This commit is contained in:
parent
030201bf44
commit
96f38fde43
|
@ -47,7 +47,7 @@ namespace Tesses.YouTubeDownloader.VFS
|
|||
}
|
||||
}
|
||||
|
||||
public override IAsyncEnumerable<string> EnumerateFilesAsync(string path)
|
||||
public override async IAsyncEnumerable<string> EnumerateFilesAsync(string path)
|
||||
{
|
||||
await foreach(var file in fs.EnumerateFilesAsync(path))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue