mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Fixed bug
This commit is contained in:
parent
07d6f73d91
commit
be7e82f5b6
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ namespace System.IO
|
|||
searchStr.Append(dirPath);
|
||||
searchStr.Append("/");
|
||||
searchStr.Append(wildcard);
|
||||
return Enumerate(searchStr, .Directories);
|
||||
return Enumerate(searchStr, .Files);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue