mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-20 23:54:24 +01:00
Check path length on adding them to the cache and log error if a path is too long.
This commit is contained in:
parent
09417bd6c1
commit
5b5a1e2fd8
5 changed files with 10 additions and 5 deletions
|
|
@ -87,7 +87,7 @@ public partial class ModCollection
|
|||
return true;
|
||||
}
|
||||
|
||||
PluginLog.Error( $"Could not add the redirection {path} to {fullPath}, the redirected path is too long." );
|
||||
PluginLog.Error( $"The redirected path is too long to add the redirection\n\t{path}\n\t--> {fullPath}" );
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue