Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.

Commit 1e20664

Browse files
committed
Note
1 parent 3a80580 commit 1e20664

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

AngelLoader/Import.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ ImportError DoImport()
353353
try
354354
{
355355
// DarkLoader only does zip format
356+
// @Import(DarkLoader): Multiple disk hit
356357
foreach (string f in FastIO.GetFilesTopOnly(dir, "*.zip"))
357358
{
358359
string fnNoExt = Path.GetFileNameWithoutExtension(f);

0 commit comments

Comments
 (0)