也许这样能忽略sagaxml里的
This commit is contained in:
parent
3aeaef9229
commit
157ebda24d
@ -150,8 +150,12 @@ namespace HashCalculator.GUI
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
var previousPath = _assets[item];
|
var previousPath = _assets[item];
|
||||||
|
if(!fullPath.Contains("SageXml"))
|
||||||
|
{
|
||||||
TracerListener.WriteLine($"[ModXml] `{fullPath}`: Attempted to add item `{item.Type}:{item.Name}` multiple times - already processed in `{previousPath}`");
|
TracerListener.WriteLine($"[ModXml] `{fullPath}`: Attempted to add item `{item.Type}:{item.Name}` multiple times - already processed in `{previousPath}`");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
await Task.WhenAll(includesTasks);
|
await Task.WhenAll(includesTasks);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user