clean up pdb files on client, hash assembly file names
This commit is contained in:
@ -117,6 +117,7 @@ namespace Oqtane.Client
|
||||
try
|
||||
{
|
||||
await interop.RemoveIndexedDBItem(file);
|
||||
await interop.RemoveIndexedDBItem(file.Replace(".dll", ".pdb"));
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
Reference in New Issue
Block a user